summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-03-19 18:26:40 +0900
committersyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-03-19 18:26:40 +0900
commitaf88d2c47e7ce5e7c515f81dc6b2c6031c095621 (patch)
tree4ab3ce9ee38f3e165f5e8f5ae6188e1ea94c6858 /src
parentv1382 (diff)
downloadmisskey-af88d2c47e7ce5e7c515f81dc6b2c6031c095621.tar.gz
misskey-af88d2c47e7ce5e7c515f81dc6b2c6031c095621.tar.bz2
misskey-af88d2c47e7ce5e7c515f81dc6b2c6031c095621.zip
Update drive.tag
Diffstat (limited to 'src')
-rw-r--r--src/web/app/mobile/tags/drive.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/drive.tag b/src/web/app/mobile/tags/drive.tag
index 885b5f30e7..7770bd66be 100644
--- a/src/web/app/mobile/tags/drive.tag
+++ b/src/web/app/mobile/tags/drive.tag
@@ -41,7 +41,7 @@
<p if={ folder != null }>このフォルダーは空です</p>
</div>
</div>
- <div class="fetching" if={ fetching && files.length == 0 && folders.length == 0 }>
+ <div class="fetching" if={ fetching && file == null && files.length == 0 && folders.length == 0 }>
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>