|
|
|
@ -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() { |
|
|
|
|