We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b783e19 commit bb0e161Copy full SHA for bb0e161
src/layouts/home/OpportunitySection.jsx
@@ -94,7 +94,7 @@ const useStyle = createUseStyles({
94
export const OpportunitySection = (props) => {
95
const classes = useStyle();
96
const { title, list } = props;
97
- const [dispatch] = useContext(GlobalStateContext);
+ const [, dispatch] = useContext(GlobalStateContext);
98
99
return (
100
<div className={classes.section}>
0 commit comments