Skip to content

Commit

Permalink
feat: productivity email action text
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Dec 12, 2024
1 parent 9dfb77b commit d98ffa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const productivityReportViewModel = ({
const healthColor =
healthRating >= 0 && healthRating <= 24
? RED
: healthRating >= 25 && healthRating < 74
: healthRating >= 25 && healthRating <= 74
? ORANGE
: GREEN;
return healthColor;
Expand Down

0 comments on commit d98ffa0

Please sign in to comment.