[Client] Fix bug

This commit is contained in:
syuilo 2017-06-14 20:55:13 +09:00
parent 13ec5c2f18
commit f028b99433

View file

@ -39,7 +39,7 @@
</button>
</div>
<div class="empty" if={ files.length == 0 && folders.length == 0 && !fetching }>
<p if={ !folder == null }>%i18n:mobile.tags.mk-drive.nothing-in-drive%</p>
<p if={ folder == null }>%i18n:mobile.tags.mk-drive.nothing-in-drive%</p>
<p if={ folder != null }>%i18n:mobile.tags.mk-drive.folder-is-empty%</p>
</div>
</div>