Skip to content

Commit 1584949

Browse files
committed
remove row highlight on select
1 parent 4c830ec commit 1584949

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/pages/TasksPage/TasksTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ const TaskRow: FC<TaskRowProps> = ({
201201
key={task.id}
202202
data-testid={`task-${task.id}`}
203203
{...clickableRowProps}
204-
className={cn(checked && "bg-surface-secondary")}
205204
>
206205
<TableCell>
207206
<div className="flex items-center gap-2">

0 commit comments

Comments
 (0)