fix: NotFound bad call to useConfig
This commit is contained in:
@@ -7,7 +7,7 @@ import Meta from '../../utilities/Meta';
|
||||
|
||||
const NotFound = () => {
|
||||
const { setStepNav } = useStepNav();
|
||||
const { routes: { admin } } = useConfig;
|
||||
const { routes: { admin } } = useConfig();
|
||||
|
||||
useEffect(() => {
|
||||
setStepNav([{
|
||||
|
||||
Reference in New Issue
Block a user