From 58876529c38ee279e935c1cf3e204d2017a37a2e Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 12 Nov 2025 03:05:47 -0800 Subject: taiko: add TAL/EGTS import script --- frontend/src/components/modals/TaikoDonderHirobaModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/components/modals/TaikoDonderHirobaModal.tsx') diff --git a/frontend/src/components/modals/TaikoDonderHirobaModal.tsx b/frontend/src/components/modals/TaikoDonderHirobaModal.tsx index 897bd75..0f5c0a1 100644 --- a/frontend/src/components/modals/TaikoDonderHirobaModal.tsx +++ b/frontend/src/components/modals/TaikoDonderHirobaModal.tsx @@ -1,6 +1,6 @@ import type { SupportedGame } from "../../types/game"; -interface DonerHirobaModalProps { +interface DonderHirobaModalProps { isOpen: boolean; onClose: () => void; game: SupportedGame | undefined; @@ -12,7 +12,7 @@ const TaikoDonderHirobaModal = ({ onClose, game, renderAsCard, -}: DonerHirobaModalProps) => { +}: DonderHirobaModalProps) => { if (renderAsCard) { return (
-- cgit v1.2.3