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:
parent
49fd2b2900
commit
d86e5ae002
6 changed files with 251 additions and 284 deletions
|
@ -65,7 +65,7 @@ const SubMenu = (props: Props) => {
|
|||
? props.item.iconOpened
|
||||
: props.item.subNav
|
||||
? props.item.iconClosed
|
||||
: null}
|
||||
: undefined}
|
||||
</div>
|
||||
</SidebarLink>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue