From 2b42bee4249919488a0a3cb03a0ae119f8cc88c1 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 14 May 2023 00:09:40 +0200 Subject: [PATCH] Webclient: lint (#4810) * lint * lint --- webclient/src/components/ThreePaneLayout/ThreePaneLayout.tsx | 2 +- webclient/src/containers/Layout/Layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 && }