Skip to content

Commit ca42c56

Browse files
committed
Fix actions only for own tweet
1 parent 1717a03 commit ca42c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/view/tweet/Tweet.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</div>
3434
</div>
3535

36-
<div class="column is-narrow is-12-mobile">
36+
<div v-if="isTweetOwner" class="column is-narrow is-12-mobile">
3737
<div class="buttons">
3838
<b-button type="is-warning" @click="onEditTweet">Edit</b-button>
3939
<b-button type="is-danger" @click="onDeleteTweet">Delete</b-button>

0 commit comments

Comments
 (0)