diff --git a/apps/mobile/app/components/WorkedDayHours.tsx b/apps/mobile/app/components/WorkedDayHours.tsx index 96727cbd7..47b3ae6ea 100644 --- a/apps/mobile/app/components/WorkedDayHours.tsx +++ b/apps/mobile/app/components/WorkedDayHours.tsx @@ -35,7 +35,8 @@ const WorkedOnTaskHours = ({ )} - {pad(dh)} {title && "h"}:{pad(dm)} {title && "m"} + {pad(dh)} + {title && " h"}:{pad(dm)} {title && "m"} )