Skip to content

Commit

Permalink
fix: put old typing back before rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-soltech committed Oct 20, 2023
1 parent 2f443c7 commit 66bdad2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ interface FormShape {

export const ExplanationOfProgress: StepComponent = ({ report }) => {
const { varianceExplanation: explanation } = report;
const optionsByGroup: Record<OptionGroup, readonly string[]> =
explanation.reasonOptions;
const optionsByGroup = explanation.reasonOptions;

const [explainVariance] = useMutation(ExplainProgressVarianceDocument);
const [savedAt, setSavedAt] = useState<DateTime | null>(null);
Expand Down

0 comments on commit 66bdad2

Please sign in to comment.