Skip to content

Commit

Permalink
fix: make work hours field conistent with CRM
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackOnMorty committed Sep 10, 2023
1 parent 65ff108 commit fce47db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
{
"type": "TextBlock",
"wrap": true,
"text": "${replace(profile.workHours, '\n', ' | ')}"
"text": "${replace(profile.workHours, '\n', '\n\n')}"
}
],
"spacing": "None"
Expand Down

0 comments on commit fce47db

Please sign in to comment.