We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c830ec commit af188b1Copy full SHA for af188b1
site/src/pages/TasksPage/TasksTable.tsx
@@ -30,7 +30,7 @@ import { TaskDeleteDialog } from "modules/tasks/TaskDeleteDialog/TaskDeleteDialo
30
import { TaskStatus } from "modules/tasks/TaskStatus/TaskStatus";
31
import { type FC, type ReactNode, useState } from "react";
32
import { useNavigate } from "react-router";
33
-import { cn } from "utils/cn";
+
34
import { relativeTime } from "utils/time";
35
36
type TasksTableProps = {
@@ -201,7 +201,6 @@ const TaskRow: FC<TaskRowProps> = ({
201
key={task.id}
202
data-testid={`task-${task.id}`}
203
{...clickableRowProps}
204
- className={cn(checked && "bg-surface-secondary")}
205
>
206
<TableCell>
207
<div className="flex items-center gap-2">
0 commit comments