Skip to content

Commit cf673df

Browse files
committed
cleanup
1 parent 4a01af4 commit cf673df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/compass-data-modeling/src/components/diagram-card.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export function DiagramCard({
8787
onDelete: (id: string) => void;
8888
}) {
8989
const darkmode = useDarkMode();
90-
// the hook does support undefined, but the function overload is somehow not transferred here
9190
const formattedDate = useFormattedDate(diagram.lastModified);
9291
return (
9392
<Card

0 commit comments

Comments
 (0)