This commit is contained in:
syuilo 2019-05-25 09:07:50 +09:00
parent 7f54c8fa2a
commit 114803a86a
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -46,7 +46,7 @@
</div>
</a>
</div>
<p class="no-history" v-if="!fetching && (messages.length == 0 && groupMessages.length == 0)">{{ $t('no-history') }}</p>
<p class="no-history" v-if="!fetching && messages.length == 0">{{ $t('no-history') }}</p>
<p class="fetching" v-if="fetching"><fa icon="spinner" pulse fixed-width/>{{ $t('@.loading') }}<mk-ellipsis/></p>
<ui-margin>
<ui-button @click="startUser()"><fa :icon="faUser"/> {{ $t('start-with-user') }}</ui-button>