Skip to content

Commit

Permalink
Changed percentage variance for "ahead" (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
atGit2021 authored Sep 17, 2024
1 parent c9a9b16 commit 83de79f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ export const ExplanationOfProgress: StepComponent = ({ report }) => {
color="error"
/>
</Tooltip>
<Tooltip title="-10% to 30%" placement="top">
<Tooltip title="-10% to 10%" placement="top">
<EnumOption<OptionGroup>
value="onTime"
label="On Time"
color="info"
/>
</Tooltip>
<Tooltip title="> 30%" placement="top">
<Tooltip title="> 10%" placement="top">
<EnumOption<OptionGroup>
value="ahead"
label="Ahead"
Expand Down

0 comments on commit 83de79f

Please sign in to comment.