chore: lintfix

This commit is contained in:
John McCardle 2022-01-11 20:19:17 -05:00 committed by pskfyi
parent 269a961eed
commit 8dfbd31ebb
1 changed files with 8 additions and 8 deletions

View File

@ -26,8 +26,8 @@ export default {
return this.$store.state.currency.toString() return this.$store.state.currency.toString()
} }
return Math.floor(this.$store.state.currency) return Math.floor(this.$store.state.currency)
} },
} },
} }
</script> </script>