Skip to content

Commit 3d21da0

Browse files
committed
Fix errors from dependencies
1 parent 8a272fb commit 3d21da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/timer/components/live-cube-display.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function LiveCubeCard() {
1919
<BTCubeDisplay className={cn("w-full h-full m-auto", {
2020
"hidden group-hover:block": shouldHide,
2121
"block": !shouldHide,
22-
})} />
22+
})!} />
2323
<div className={cn("w-full h-full m-auto flex-col items-center justify-center gap-2", {
2424
"flex group-hover:hidden": shouldHide,
2525
"hidden": !shouldHide,

0 commit comments

Comments
 (0)