Skip to content

Commit

Permalink
fix: footer config paths update
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Mar 25, 2021
1 parent 0386d81 commit b68d0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FooterColumns.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const FooterColumns = ({ footer }) => {

useEffect(() => {
dispatch(getEditableFooterColumns());
}, [dispatch]);
}, [dispatch, location]);

//filter rootpaths
const footerColumns = getItemsByPath(
Expand Down

0 comments on commit b68d0d2

Please sign in to comment.