✨ disable display of instances name with in notes (packages/client/src/components/MkInstanceTicker.vue)
This commit is contained in:
parent
6a5132accd
commit
10b01202e9
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
||||||
:style="bg"
|
:style="bg"
|
||||||
>
|
>
|
||||||
<img class="icon" :src="getInstanceIcon(instance)" @error="getInstanceIconErrorEvent($event)" aria-hidden="true" />
|
<img class="icon" :src="getInstanceIcon(instance)" @error="getInstanceIconErrorEvent($event)" aria-hidden="true" />
|
||||||
<span class="name">{{ instance.name }}</span>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Reference in a new issue