[Client] Fix bug

This commit is contained in:
syuilo 2017-02-09 02:54:56 +09:00
parent 6026ef6d71
commit 8bc9749285
1 changed files with 1 additions and 1 deletions

View File

@ -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>