From 98e2f2be08a214836f2885570211abbea410078d Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Thu, 24 Sep 2020 11:08:13 -0400 Subject: [PATCH] fix: NotFound bad call to useConfig --- src/client/components/views/NotFound/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/views/NotFound/index.js b/src/client/components/views/NotFound/index.js index 50b5759493..714a6d02f1 100644 --- a/src/client/components/views/NotFound/index.js +++ b/src/client/components/views/NotFound/index.js @@ -7,7 +7,7 @@ import Meta from '../../utilities/Meta'; const NotFound = () => { const { setStepNav } = useStepNav(); - const { routes: { admin } } = useConfig; + const { routes: { admin } } = useConfig(); useEffect(() => { setStepNav([{