Skip to content

Commit

Permalink
Fix see result mode
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Aug 26, 2024
1 parent 4a571e1 commit 5762920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5762920

Please sign in to comment.