summaryrefslogtreecommitdiff
path: root/src/web/app/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/common')
-rw-r--r--src/web/app/common/tags/authorized-apps.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/tags/authorized-apps.tag b/src/web/app/common/tags/authorized-apps.tag
index aedfc78fd9..f00a6147ac 100644
--- a/src/web/app/common/tags/authorized-apps.tag
+++ b/src/web/app/common/tags/authorized-apps.tag
@@ -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>