This commit is contained in:
Kalle (Sendou)
2020-12-09 02:23:58 +02:00
parent 2de0b4b0a9
commit a51af931ee

View File

@@ -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} />
)}