diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-24 16:10:03 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-24 16:10:03 +0200 |
| commit | a6e495e4138e80888ea77e144f0330cd83d4a986 (patch) | |
| tree | c2bb587905c2620c289fbe58f49511dbc839d217 /src/components/timeline/timeline.vue | |
| parent | 38c32c7f7aea23a798d0dc267082050d15009134 (diff) | |
fix warnings
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 52fd674e..0326342b 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -66,7 +66,9 @@ class="button-unstyled -link -fullwidth" @click.prevent="fetchOlderStatuses()" > - <div class="new-status-notification text-center panel-footer">{{ $t('timeline.load_older') }}</div> + <div class="new-status-notification text-center panel-footer"> + {{ $t('timeline.load_older') }} + </div> </button> <div v-else |
