fix expiring date

fix progress bar value
This commit is contained in:
Paolo Arena
2019-03-15 02:36:44 +01:00
parent 8dc26269cd
commit 919838549d
6 changed files with 22 additions and 12 deletions

View File

@@ -340,9 +340,9 @@ export default class Todo extends Vue {
.then((data) => {
console.log('data', data)
if (data !== null) {
tools.showNotif(this.$q, data)
}
// if (data !== null) {
// tools.showNotif(this.$q, data)
// }
// empty the field
if (atfirst) {