fix: 🐛 don't allow editing a post on another account
This commit is contained in:
parent
ac614e72f1
commit
10b9030368
|
@ -14,6 +14,7 @@
|
||||||
<i class="ph-x ph-bold ph-lg"></i>
|
<i class="ph-x ph-bold ph-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
v-if="$props.editId == null"
|
||||||
v-click-anime
|
v-click-anime
|
||||||
v-tooltip="i18n.ts.switchAccount"
|
v-tooltip="i18n.ts.switchAccount"
|
||||||
class="account _button"
|
class="account _button"
|
||||||
|
|
Loading…
Reference in New Issue