[Client] Fix bug
This commit is contained in:
parent
8bc9749285
commit
66046192b0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<mk-authorized-apps>
|
||||
<p class="none" if={ apps.length == 0 }>連携しているアプリケーションはありません。</p>
|
||||
<p class="none" if={ !fetching && apps.length == 0 }>連携しているアプリケーションはありません。</p>
|
||||
<div class="apps" if={ apps.length != 0 }>
|
||||
<div each={ app in apps }>
|
||||
<p><b>{ app.name }</b></p>
|
||||
|
|
Loading…
Reference in a new issue