fix: NotFound bad call to useConfig

This commit is contained in:
Elliot DeNolf
2020-09-24 11:08:13 -04:00
parent b8b5ca17ed
commit 98e2f2be08

View File

@@ -7,7 +7,7 @@ import Meta from '../../utilities/Meta';
const NotFound = () => {
const { setStepNav } = useStepNav();
const { routes: { admin } } = useConfig;
const { routes: { admin } } = useConfig();
useEffect(() => {
setStepNav([{