fix: lint error in MkAbuseReport

This commit is contained in:
blueb 2024-10-03 11:43:04 -04:00
parent 5ef58c90ae
commit 04c729e504

View file

@ -34,7 +34,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<Mfm :text="report.comment" :isBlock="true" :linkNavigationBehavior="'window'"/>
</div>
<hr/>
<div class="assignee" v-if="report.assignee">
<div v-if="report.assignee" class="assignee">
{{ i18n.ts.moderator }}:
<MkA :to="`/admin/user/${report.assignee.id}`" class="_link" :behavior="'window'">@{{ report.assignee.username }}</MkA>
</div>