diff --git a/webclient/src/components/ThreePaneLayout/ThreePaneLayout.tsx b/webclient/src/components/ThreePaneLayout/ThreePaneLayout.tsx index 2862cc0d..7919f9d3 100644 --- a/webclient/src/components/ThreePaneLayout/ThreePaneLayout.tsx +++ b/webclient/src/components/ThreePaneLayout/ThreePaneLayout.tsx @@ -1,4 +1,4 @@ -import { Component, CElement } from "react"; +import { Component, CElement } from 'react'; import { connect } from 'react-redux'; import Grid from '@mui/material/Grid'; import Hidden from '@mui/material/Hidden'; diff --git a/webclient/src/containers/Layout/Layout.tsx b/webclient/src/containers/Layout/Layout.tsx index de5d05c8..6d04172b 100644 --- a/webclient/src/containers/Layout/Layout.tsx +++ b/webclient/src/containers/Layout/Layout.tsx @@ -10,7 +10,7 @@ function Layout(props:LayoutProps) { } return ( -
+
{showNav && }