Skip to content
Snippets Groups Projects
Unverified Commit ecae4c03 authored by okpierre's avatar okpierre Committed by GitHub
Browse files

Update note-detailed.vue (#7120)

parent ff67fb33
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
<span class="localOnly" v-if="appearNote.localOnly"><Fa :icon="faBiohazard"/></span>
</div>
<div class="username"><MkAcct :user="appearNote.user"/></div>
<MkInstanceTicker class="ticker" :instance="appearNote.user.instance"/>
<MkInstanceTicker v-if="showTicker" class="ticker" :instance="appearNote.user.instance"/>
</div>
</header>
<div class="main">
......
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