mirror of
https://github.com/mue/mue.git
synced 2026-07-18 06:24:17 +02:00
fix: translation display bug, marketplace error, cleanup carousel
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user