Skip to content
Snippets Groups Projects
Commit f028b994 authored by syuilo's avatar syuilo
Browse files

[Client] Fix bug

parent 13ec5c2f
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment