fix: translation display bug, marketplace error, cleanup carousel

This commit is contained in:
David Ralph
2022-08-28 22:50:34 +01:00
parent bf1723e63c
commit 6a0722a697
5 changed files with 52 additions and 41 deletions

View File

@@ -122,7 +122,7 @@ export default class TimeSettings extends PureComponent {
category="weather"
/>
</SettingsItem>
{localStorage.getItem('weatherType') == 4 && (
{localStorage.getItem('weatherType') === 4 && (
<SettingsItem title="Custom Settings">
<Checkbox
name="weatherdescription"