Remove unneeded getter

This commit is contained in:
L. E. Segovia 2018-11-18 12:35:06 +00:00
parent a313b95625
commit 411ee0b7f8
No known key found for this signature in database
GPG Key ID: D5D1DC48B52B7AD5
1 changed files with 0 additions and 3 deletions

View File

@ -71,9 +71,6 @@ const ImageViewer = {
const notLast = (state.currentIndex < (state.mediaList.length - 1))
const isManyItem = (state.mediaList.length > 1)
return (notLast && isManyItem)
},
loading (state) {
return state.loading
}
}
}