Make clock on header optional

This commit is contained in:
Aya Morisawa
2018-08-25 22:24:58 +09:00
parent bf7875bfaa
commit 483a61d90d
4 changed files with 10 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<x-account v-if="$store.getters.isSignedIn"/>
<x-notifications v-if="$store.getters.isSignedIn"/>
<x-post v-if="$store.getters.isSignedIn"/>
<x-clock/>
<x-clock v-if="$store.state.settings.showClockOnHeader"/>
</div>
</div>
</div>