Minor feedback

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2022-02-21 17:12:50 +01:00
parent 8c767a0fb1
commit 3675e7120c
2 changed files with 2 additions and 2 deletions
@@ -41,7 +41,7 @@ export type TechDocsPageProps = {
};
export const TechDocsPage = ({ children }: TechDocsPageProps) => {
const NotFoundErrorPage = useApp().getComponents().NotFoundErrorPage;
const { NotFoundErrorPage } = useApp().getComponents();
const outlet = useOutlet();
const [documentReady, setDocumentReady] = useState<boolean>(false);