From 57629200a40454b6734cb546c5dee1cb8f016cbb Mon Sep 17 00:00:00 2001 From: Jonathan Romano Date: Mon, 26 Aug 2024 16:40:27 -0400 Subject: [PATCH] Fix see result mode --- src/views/puzzles/PuzzleShowSolution/PuzzleShowSolution.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/puzzles/PuzzleShowSolution/PuzzleShowSolution.vue b/src/views/puzzles/PuzzleShowSolution/PuzzleShowSolution.vue index 2ffce627..7d115655 100644 --- a/src/views/puzzles/PuzzleShowSolution/PuzzleShowSolution.vue +++ b/src/views/puzzles/PuzzleShowSolution/PuzzleShowSolution.vue @@ -53,7 +53,7 @@ mode = 'solution_copy_and_view'; break; case 'puzzle-show-solution-result': - mode = 'solution_solution_see_result'; + mode = 'solution_see_result'; break; default: // Should never happen, because no route should load this component with an unhandled name