@ -177,7 +177,7 @@
},
mounted() {
this.practice_category_id = this.currentWorkingCategory.id
if(window.localStorage.getItem('lastTotalSeconds') !== 'NaN'){
if(window.localStorage.getItem('lastTotalSeconds')){
this.totalSeconds = parseInt(window.localStorage.getItem('lastTotalSeconds'))
} else {
this.totalSeconds = 0