don't render expired uploads
This commit is contained in:
parent
9989f944c3
commit
32a55d00b2
3 changed files with 26 additions and 12 deletions
|
@ -18,6 +18,7 @@ module.exports = function(state, emit) {
|
|||
}
|
||||
|
||||
const archives = state.storage.files
|
||||
.filter(archive => !archive.expired)
|
||||
.map(archive => archiveTile(state, emit, archive))
|
||||
.reverse();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue