Skip to content

Commit

Permalink
Ps. revert option disableBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu1125 committed Sep 28, 2023
1 parent da48056 commit 25bdf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/common/views/components/user-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default Vue.extend({
}]);
}
if (this.$store.getters.isSignedIn && this.$store.state.i.id != this.user.id && !this.$store.state.i.disableblock && !this.user.isBlocking) {
if (this.$store.getters.isSignedIn && this.$store.state.i.id != this.user.id && !this.user.isBlocking) {
menu = menu.concat([null, {
icon: 'ban',
text: this.$t('block'),
Expand Down

0 comments on commit 25bdf5b

Please sign in to comment.