Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85630857
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1019 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/components/conversation-page/conversation-page.js b/src/components/conversation-page/conversation-page.js
index 3dd0ccf3da..c58606869f 100644
--- a/src/components/conversation-page/conversation-page.js
+++ b/src/components/conversation-page/conversation-page.js
@@ -1,32 +1,32 @@
import Conversation from '../conversation/conversation.vue'
import { find } from 'lodash'
const conversationPage = {
data () {
return {
error: false
}
},
components: {
Conversation
},
computed: {
statusoid () {
const id = this.$route.params.id
const statuses = this.$store.state.statuses.allStatuses
const status = find(statuses, {id})
if (!status && !this.$store.state.users.currentUser) {
this.$router.push({name: 'login'})
- } else if(!status) {
+ } else if (!status) {
this.error = true
} else {
this.error = false
}
return status
}
}
}
export default conversationPage
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Aug 9, 11:26 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1724817
Default Alt Text
(1019 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment