diff --git a/android/pages/home.js b/android/pages/home.js index 87e49e9c..eee96a8a 100644 --- a/android/pages/home.js +++ b/android/pages/home.js @@ -36,6 +36,7 @@ module.exports = function(state, emit) { content = html`
${archiveTile.uploading(state, emit)}
`; + button = ''; } else if (state.archive.numFiles > 0) { content = archiveTile.wip(state, emit); button = '';