From d51ca7320d061489355654f6beb4561201f4d0e2 Mon Sep 17 00:00:00 2001 From: Bohdan Chornokondratenko Date: Wed, 25 Dec 2024 11:38:22 +0100 Subject: [PATCH] fix: add back the original solve rejected by the server toast text --- .../contests/pages/SolveContestPage/api/postSolveResult.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/features/contests/pages/SolveContestPage/api/postSolveResult.ts b/src/features/contests/pages/SolveContestPage/api/postSolveResult.ts index 62968b2..4f12aec 100644 --- a/src/features/contests/pages/SolveContestPage/api/postSolveResult.ts +++ b/src/features/contests/pages/SolveContestPage/api/postSolveResult.ts @@ -10,8 +10,7 @@ import * as Sentry from '@sentry/browser' export const SOLVE_REJECTED_ERROR_TEXT = 'A solve was rejected by the server' const SOLVE_REJECTED_TOAST = { title: 'Uh-oh! Solve rejected by the server', - // description: "Under normal circumstances this shouldn't happen.", // uncomment once the bug is fixed - description: 'We are working on fixing this bug, for now please take an extra.', + description: "Under normal circumstances this shouldn't happen.", duration: 'infinite', } satisfies Toast