Skip to content

Commit

Permalink
Fix Language Picker
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert committed Jan 15, 2024
1 parent 74cfd92 commit 7b54105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/interfaces/_LanguagePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const LanguagePage = (props, context) => {
} = data;

return (
<>
<Section>
{!!trilingual && (
<WarningDimmer
message={'You cannot chose a language with the trilingual quirk.'}
Expand Down Expand Up @@ -125,6 +125,6 @@ export const LanguagePage = (props, context) => {
))}
</Stack>
</Section>
</>
</Section>
);
};

0 comments on commit 7b54105

Please sign in to comment.