Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach committed Aug 2, 2024
1 parent dec246d commit 12128d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const CharacterPreferenceWindow = (props) => {
case Page.Voice:
pageContents = <VoicePage />;
break;

default:
exhaustiveCheck(currentPage);
}
Expand Down

0 comments on commit 12128d6

Please sign in to comment.