fix linting

This commit is contained in:
mahula 2022-07-13 19:04:38 +02:00
parent 2302da9054
commit 90d90ca9bd

View File

@ -93,7 +93,7 @@ export default {
const remainingSecs = Math.floor(
(new Date(this.$store.state.tokenTime * 1000).getTime() - this.now) / 1000,
)
return remainingSecs <= 0 ? 0 : remainingSecs
return remainingSecs <= 0 ? 0 : remainingSecs
},
},
beforeDestroy() {