Skip to content

Commit

Permalink
Add sectorId to customColumns dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tokland committed Jul 22, 2020
1 parent 5a5e6d7 commit 43557b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/steps/disaggregation/DisaggregationStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const DisaggregationStep: React.FC<StepProps> = ({ project, onChange }) => {
},
},
];
}, [Covid19Column, project]);
}, [Covid19Column, project, sectorId]);

const actions = React.useMemo(() => {
return [
Expand Down

0 comments on commit 43557b1

Please sign in to comment.