diff --git a/src/components/Status/index.vue b/src/components/Status/index.vue index 5ff766b4..16d247f1 100644 --- a/src/components/Status/index.vue +++ b/src/components/Status/index.vue @@ -5,10 +5,9 @@
- +
{{ $t('statuses.loadMore') }} @@ -54,6 +54,9 @@ export default { 'instances', 'statuses' ]), + isDesktop() { + return this.$store.state.app.device === 'desktop' + }, loadingPeers() { return this.$store.state.peers.loading } diff --git a/src/views/users/show.vue b/src/views/users/show.vue index aa826c07..40952aeb 100644 --- a/src/views/users/show.vue +++ b/src/views/users/show.vue @@ -92,7 +92,7 @@ - +

{{ $t('userProfile.noStatuses') }}