updated android to work with changes to app/archive.js (#1074)
This commit is contained in:
parent
4e0425ad7e
commit
eb9fba3da6
2 changed files with 3 additions and 1 deletions
|
@ -36,7 +36,7 @@ module.exports = function(state, emit) {
|
|||
content = html`
|
||||
<div class="p-6 w-full">${archiveTile.uploading(state, emit)}</div>
|
||||
`;
|
||||
} else if (state.archive) {
|
||||
} else if (state.archive.numFiles > 0) {
|
||||
content = archiveTile.wip(state, emit);
|
||||
button = '';
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue