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