Fix bug
This commit is contained in:
parent
5392746824
commit
5b280d8467
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
</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.drive-is-empty%</p>
|
||||
<p if={ folder != null }>%i18n:mobile.tags.mk-drive.nothing-in-drive%</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fetching" if={ fetching && file == null && files.length == 0 && folders.length == 0 }>
|
||||
|
|
Loading…
Reference in a new issue