Skip to content

Commit

Permalink
fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
desperado1802 committed Oct 6, 2023
1 parent a51e30d commit edf8261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/mobile/app/components/WorkedDayHours.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const WorkedOnTaskHours = ({
</Text>
)}
<Text style={totalTimeText}>
{pad(dh)} {title && "h"}:{pad(dm)} {title && "m"}
{pad(dh)}
{title && " h"}:{pad(dm)} {title && "m"}
</Text>
</View>
)
Expand Down

0 comments on commit edf8261

Please sign in to comment.