minimized use of null, made Page.tsx functional component, removed unused import from NotFound.tsx, and moved HelmetProvider to index.tsx

This commit is contained in:
Kim, Jimin 2021-12-15 10:14:19 +09:00
parent 49fd2b2900
commit d86e5ae002
6 changed files with 251 additions and 284 deletions

View file

@ -65,7 +65,7 @@ const SubMenu = (props: Props) => {
? props.item.iconOpened
: props.item.subNav
? props.item.iconClosed
: null}
: undefined}
</div>
</SidebarLink>