forked from FoundKeyGang/FoundKey
[Client] Fix bug
This commit is contained in:
parent
6026ef6d71
commit
8bc9749285
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