mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 13:05:57 +02:00
Fix bug
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<p if={ fetching }>読み込み中</p>
|
||||
<virtual if={ !fetching }>
|
||||
<p if={ apps.length == 0 }>アプリなし</p>
|
||||
<ul if={ apps.length > 0 }>
|
||||
<ul if={ apps.length > 0 }>
|
||||
<li each={ app in apps }><a href={ '/app/' + app.id }>
|
||||
<p class="name">{ app.name }</p></a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user