constants at the top
Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
parent
a6a3cae5e9
commit
a3e8646ea7
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ module.exports = function(state, emit) {
|
|||
.filter(archive => !archive.expired)
|
||||
.map(archive => archiveTile(state, emit, archive));
|
||||
let left = '';
|
||||
|
||||
if (state.uploading) {
|
||||
left = archiveTile.uploading(state, emit);
|
||||
} else if (state.archive.numFiles > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue