Skip to content
Snippets Groups Projects
Commit 051b3b51 authored by Tae Hoon's avatar Tae Hoon
Browse files

fix eslint warnings

parent d35a16b4
No related branches found
No related tags found
No related merge requests found
Pipeline #14763 passed
......@@ -11,25 +11,25 @@
<div class="dropdown-menu">
<button
v-if="!status.pinned && canPin"
v-close-popover
class="dropdown-item dropdown-item-icon"
@click.prevent="pinStatus"
v-close-popover
>
<i class="icon-pin" /><span>{{ $t("status.pin") }}</span>
</button>
<button
v-if="status.pinned && canPin"
v-close-popover
class="dropdown-item dropdown-item-icon"
@click.prevent="unpinStatus"
v-close-popover
>
<i class="icon-pin" /><span>{{ $t("status.unpin") }}</span>
</button>
<button
v-if="canDelete"
v-close-popover
class="dropdown-item dropdown-item-icon"
@click.prevent="deleteStatus"
v-close-popover
>
<i class="icon-cancel" /><span>{{ $t("status.delete") }}</span>
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment