fix rounding on new shopping list

This commit is contained in:
smilerz
2021-12-15 14:42:12 -06:00
parent b3f4f2c895
commit ed50a27669
3 changed files with 10 additions and 8 deletions

View File

@@ -682,7 +682,6 @@ export default {
this.settings = getUserPreference()
this.delay = Number(this.settings.default_delay || 4)
console.log(this.delay)
this.supermarket_categories_only = this.settings.filter_to_supermarket
if (this.settings.shopping_auto_sync) {
window.addEventListener("online", this.updateOnlineStatus)