Skip to content

Commit 9f6cb73

Browse files
comment icon on records missing click cursor
1 parent dcc3c47 commit 9f6cb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/projects/projectId/data-browser/RecordList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function RecordList(props: RecordListProps) {
3030
<div className="px-4 py-5 sm:p-6">
3131
{recordComments[record.id] && <div className="cursor-pointer absolute top-10 right-4"
3232
onClick={() => dispatch(setModalStates(ModalEnum.RECORD_COMMENTS, { commentsData: recordComments[record.id], open: true }))}>
33-
<Tooltip content={TOOLTIPS_DICT.DATA_BROWSER.RECORD_COMMENTS} color="invert" placement="left" className="cursor-auto">
33+
<Tooltip content={TOOLTIPS_DICT.DATA_BROWSER.RECORD_COMMENTS} color="invert" placement="left">
3434
<IconNotes className="h-4 w-4" />
3535
</Tooltip>
3636
</div>}

0 commit comments

Comments
 (0)