Hiding remove stash icons from other users.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</label>
|
||||
|
||||
<Icon
|
||||
v-if="stash.deletable"
|
||||
v-if="isMe && stash.deletable"
|
||||
icon="bin"
|
||||
class="stash-remove"
|
||||
@click.native="showRemoveStash = true"
|
||||
|
||||
Reference in New Issue
Block a user