Game calendar working

This commit is contained in:
2025-03-06 19:49:03 -05:00
parent ef6da3ea64
commit 28462776ac
30 changed files with 1025 additions and 67 deletions

View File

@@ -25,7 +25,7 @@ export default function RaidGroupModal({
const [ raidGroupIcon, setRaidGroupIcon ] = useState(raidGroup?.raidGroupIcon);
const [ iconFile, setIconFile ] = useState<File | null>(null);
const [ game, setGame ] = useState<Game>();
const modalId = crypto.randomUUID().replace("-", "");
const modalId = crypto.randomUUID().replaceAll("-", "");
useEffect(() => {