constants at the top

Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
Ashesh Vidyut 2019-03-21 23:41:47 +05:30 committed by timvisee
parent a6a3cae5e9
commit a3e8646ea7
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
2 changed files with 1 additions and 2 deletions

View file

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