Don't show actions when not logged in.

このコミットが含まれているのは:
Roger Braun 2016-11-06 20:45:26 +01:00
コミット 7fcd36e2c1
2個のファイルの変更4行の追加1行の削除

ファイルの表示

@ -16,6 +16,9 @@ const Status = {
} else {
return this.statusoid
}
},
loggedIn () {
return !!this.$store.state.users.currentUser
}
},
components: {

ファイルの表示

@ -32,7 +32,7 @@
</attachment>
</div>
<div>
<div v-if="loggedIn">
<div class='status-actions'>
<div>
<a href="#" v-on:click.prevent="toggleReplying">