Browse Source

Adjust design;

feature/notes
stingl 4 years ago
parent
commit
c3edfa7929
  1. 2
      js/app.js

2
js/app.js

@ -746,7 +746,7 @@ const TimeTrack = {
}, },
showOpenTasksForTracker(tasks) { showOpenTasksForTracker(tasks) {
let count = this.getOpenTasksForTracker(tasks); let count = this.getOpenTasksForTracker(tasks);
return count > 0 ? '('+count+' offen)' : ''; return count > 0 ? ' ('+count+')' : '';
} }
}, },
beforeDestroy() { beforeDestroy() {