Skip to content

Commit bb0e161

Browse files
authored
fix: open accordion on measure click (#276)
* fix auto open accordion * fix lint
1 parent b783e19 commit bb0e161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/home/OpportunitySection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const useStyle = createUseStyles({
9494
export const OpportunitySection = (props) => {
9595
const classes = useStyle();
9696
const { title, list } = props;
97-
const [dispatch] = useContext(GlobalStateContext);
97+
const [, dispatch] = useContext(GlobalStateContext);
9898

9999
return (
100100
<div className={classes.section}>

0 commit comments

Comments
 (0)