Skip to content

Commit

Permalink
Fix build issue with unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
acoard-aot committed Nov 8, 2023
1 parent 2c7c05c commit b9ef23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/site-search/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Header() {
const dispatch = useDispatch();


function minstryToggleChange(e) {
function minstryToggleChange() {
dispatch(changeEditMode(false));
dispatch(setMinistryState(!isMinistry));
}
Expand Down

0 comments on commit b9ef23e

Please sign in to comment.