aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorWyatt Benno <wyattbenno@gmail.com>2019-12-09 10:31:57 +0900
committerWyatt Benno <wyattbenno@gmail.com>2019-12-09 10:31:57 +0900
commit8ee80339555c53d45602f40fdbe6b487a6992515 (patch)
tree4f85e249bf9c57c97cc34ad899020a334ccbb718 /src/components/timeline/timeline.vue
parent1a043d4350c1cab2a56c5197ee8fb31e68593567 (diff)
Set error data
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index d9f4025d..bb4ab379 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -16,7 +16,7 @@
class="loadmore-error alert error"
@click.prevent
>
- {{ $t('timeline.error_403') }}
+ {{ errorData.statusText }}
</div>
<button
v-if="timeline.newStatusCount > 0 && !timelineError && !errorData"
@@ -84,7 +84,7 @@
v-else-if="errorData"
href="#"
>
- <div class="new-status-notification text-center panel-footer">{{ errorData }}</div>
+ <div class="new-status-notification text-center panel-footer">{{ errorData.error }}</div>
</a>
<div
v-else