Skip to content
Snippets Groups Projects

Several small fixes

Merged HJ requested to merge themes-fixes into develop
1 unresolved thread
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
  • ac270d70
    fix #866 · ac270d70
    HJ authored
@@ -13,6 +13,9 @@ const PostStatusModal = {
}
},
computed: {
isLoggedIn () {
return !!this.$store.state.users.currentUser
},
modalActivated () {
return this.$store.state.postStatus.modalActivated
},
Loading