DEV: Clean up mobileView/desktopView uses (#26229)

Inspired by a piece of "do not do x if it's not a mobile view" code 🙃
This commit is contained in:
Jarek Radosz
2024-03-18 23:29:42 +01:00
committed by GitHub
parent 9c3ddd46f0
commit 11099434b5
39 changed files with 85 additions and 83 deletions

View File

@ -57,13 +57,13 @@
{{/if}}
</div>
{{#unless this.site.mobileView}}
{{#if this.site.desktopView}}
<TimezoneInput
@options={{hash icon="globe"}}
@value={{this.timezone}}
@onChange={{fn (mut this.timezone)}}
/>
{{/unless}}
{{/if}}
</div>
<div class="picker-panel">