aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.js
diff options
context:
space:
mode:
authordave <starpumadev@gmail.com>2019-03-11 16:24:37 -0400
committerdave <starpumadev@gmail.com>2019-03-11 16:24:37 -0400
commit63d7c7bd80cf8028cdefee99c1cb75614385f96b (patch)
tree673807d768d8c60a36af8a8910086e5095143a58 /src/components/timeline/timeline.js
parent19015a4ae7cfa723c88e61dcde0e41b2e0a90ba9 (diff)
#433: persistency of status form
Diffstat (limited to 'src/components/timeline/timeline.js')
-rw-r--r--src/components/timeline/timeline.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js
index c45f8947..1da7d5cc 100644
--- a/src/components/timeline/timeline.js
+++ b/src/components/timeline/timeline.js
@@ -1,6 +1,6 @@
import Status from '../status/status.vue'
import timelineFetcher from '../../services/timeline_fetcher/timeline_fetcher.service.js'
-import StatusOrConversation from '../status_or_conversation/status_or_conversation.vue'
+import Conversation from '../conversation/conversation.vue'
import { throttle } from 'lodash'
const Timeline = {
@@ -43,7 +43,7 @@ const Timeline = {
},
components: {
Status,
- StatusOrConversation
+ Conversation
},
created () {
const store = this.$store