Skip to content

Commit

Permalink
amend delta chart prop for gsp string
Browse files Browse the repository at this point in the history
  • Loading branch information
braddf committed Nov 29, 2024
1 parent 3dae8bb commit 3c60994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import DataLoadingChartStatus from "../DataLoadingChartStatus";

const GspDeltaColumn: FC<{
gspDeltas: Map<string, GspDeltaValue> | undefined;
setClickedGspId: Dispatch<SetStateAction<number | undefined>>;
setClickedGspId: Dispatch<SetStateAction<number | string | undefined>>;
negative?: boolean;
}> = ({ gspDeltas, setClickedGspId, negative = false }) => {
const [selectedBuckets] = useGlobalState("selectedBuckets");
Expand Down

0 comments on commit 3c60994

Please sign in to comment.