use pointsStr in habit file/delete screen

This commit is contained in:
2022-09-11 21:52:19 +00:00
parent f9fbe86a19
commit 0bd6f4e4bf
3 changed files with 28 additions and 14 deletions

View File

@@ -24,4 +24,4 @@
((Interval days lastDayDone)
"$days ${lastDayDone}: ")
(otherwise ""))$(.join (for label labels
"${label.label} $(* "|" label.points)") "/")")
"${label.label} $(HabitModel.pointsStr label.points)") "/")")