diff --git a/client/src/app/pages/dashboard/import/ImportPage.tsx b/client/src/app/pages/dashboard/import/ImportPage.tsx index fb64cd2c6..5bb1a6d64 100644 --- a/client/src/app/pages/dashboard/import/ImportPage.tsx +++ b/client/src/app/pages/dashboard/import/ImportPage.tsx @@ -396,6 +396,7 @@ function InputAlert({ game }: { game: Game }) { case "popn": case "wacca": case "ongeki": + case "ddr": return ( <> Scores must be achieved on an arcade-size controller! diff --git a/server/src/test-utils/misc.ts b/server/src/test-utils/misc.ts index 8793fbea5..6dd803a93 100644 --- a/server/src/test-utils/misc.ts +++ b/server/src/test-utils/misc.ts @@ -4,7 +4,8 @@ import { FakeNotification, FakeOtherUser, HC511Goal, - HC511UserGoal, TestingDDRSPScorePB, + HC511UserGoal, + TestingDDRSPScorePB, TestingIIDXSPScore, TestingIIDXSPScorePB, TestingJubeatPB,