* Formats time in minutes to a readable string
(minutes: number)
| 1328 | * Formats time in minutes to a readable string |
| 1329 | */ |
| 1330 | formatTime(minutes: number): string { |
| 1331 | return formatTime(minutes); |
| 1332 | } |
| 1333 | |
| 1334 | /** |
| 1335 | * Opens the task edit modal for a specific task |
nothing calls this directly
no test coverage detected