Skip to content
Snippets Groups Projects
Commit 04c729e5 authored by blueb's avatar blueb
Browse files

fix: lint error in MkAbuseReport

parent 5ef58c90
No related branches found
No related tags found
No related merge requests found
Pipeline #1304 failed with stage
in 10 minutes and 36 seconds
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment