From 9bd1f89febe6311781aca3e8ee2b6a706a606e3c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 18 Aug 2024 01:44:10 +0900 Subject: fix(frontend): fix an issue where loading icon does not rotate --- frontend/app/components/Gaming/SubmitResult.tsx | 4 +--- frontend/app/root.tsx | 1 + frontend/app/routes/_index.tsx | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/app/components/Gaming/SubmitResult.tsx b/frontend/app/components/Gaming/SubmitResult.tsx index ae83e92..5b08ef1 100644 --- a/frontend/app/components/Gaming/SubmitResult.tsx +++ b/frontend/app/components/Gaming/SubmitResult.tsx @@ -24,9 +24,7 @@ export default function SubmitResult({ result, submitButton }: Props) { {result.execResults.map((r, idx) => (
  • -
    - -
    + {idx !== result.execResults.length - 1 && (