fix mistakes
This commit is contained in:
parent
3e971f0f25
commit
b19d51c3dc
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<Popover
|
||||
v-if="canDelete || canMute || canPin"
|
||||
trigger="click"
|
||||
placement="bottom"
|
||||
placement="top"
|
||||
class="extra-button-popover"
|
||||
>
|
||||
<div slot="content">
|
||||
|
|
|
@ -184,7 +184,7 @@
|
|||
</button>
|
||||
</div>
|
||||
<ModerationTools
|
||||
v-if="loggedIn.role === "admin" || loggedIn"
|
||||
v-if="loggedIn.role === "admin""
|
||||
:user="user"
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue