mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
[Client] Fix bug
This commit is contained in:
parent
2024500dbc
commit
aad318752c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<mk-authorized-apps>
|
||||
<p class="none" if={ apps.length == 0 }>連携しているアプリケーションはありません。</p>
|
||||
<div class="apps" if={ apps.length != 0 }>
|
||||
<div each={ apps }>
|
||||
<div each={ app in apps }>
|
||||
<p><b>{ app.name }</b></p>
|
||||
<p>{ app.description }</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue