From db789a0fc7db54a83bb0a77cf02fa987cc7b4d8f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 21 Oct 2024 01:14:32 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/NavBar.tsx | 40 ++++++++++++++--------------- src/pages/PageWrappper.tsx | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index d60faccc..85b57b24 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -80,26 +80,26 @@ export const NavBar: React.FC = ({ recordingName, isRecording }) => Logout - ) : - <> - - - Discard - - + ) : + <> + + + Discard + + } diff --git a/src/pages/PageWrappper.tsx b/src/pages/PageWrappper.tsx index 4a444c17..2b34e58c 100644 --- a/src/pages/PageWrappper.tsx +++ b/src/pages/PageWrappper.tsx @@ -50,7 +50,7 @@ export const PageWrapper = () => { - + }> } />