show three dot button only if needed

This commit is contained in:
taehoon 2019-08-20 17:00:28 -04:00
parent 92a0c475f7
commit 65579796ed

View file

@ -1,5 +1,6 @@
<template> <template>
<v-popover <v-popover
v-if="canDelete || canMute || canPin"
trigger="click" trigger="click"
placement="top" placement="top"
class="extra-button-popover" class="extra-button-popover"