mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 04:05:54 -05:00
fixes #187
This commit is contained in:
@@ -141,9 +141,7 @@ const StageSelector: React.FC<StageSelectorProps> = ({
|
||||
/>
|
||||
</Box>
|
||||
{currentBackground.mode === mode ? (
|
||||
<SubText>
|
||||
<Trans>{i18n._(mode)}</Trans>
|
||||
</SubText>
|
||||
<SubText>{i18n._(mode)}</SubText>
|
||||
) : (
|
||||
<Box h={4} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user