updated android to work with changes to app/archive.js (#1074)

This commit is contained in:
Danny Coates 2019-01-08 12:46:16 -08:00 committed by Donovan Preston
parent 4e0425ad7e
commit eb9fba3da6
2 changed files with 3 additions and 1 deletions

View file

@ -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 {