select cards

This commit is contained in:
Gavin McDonald
2025-06-12 18:05:17 -04:00
parent e75d9b41bc
commit 4583b06eba
11 changed files with 217 additions and 13 deletions

View File

@@ -13,6 +13,7 @@ export default function Scrim({ children, clickAction, show = true, className =
clickAction(event);
}
};
if (!show) return null;
return (