diff --git a/src/Components/ErrorBoundary/ErrorBoundary.tsx b/src/Components/ErrorBoundary/ErrorBoundary.tsx index 3a17e1f..7fcfef3 100644 --- a/src/Components/ErrorBoundary/ErrorBoundary.tsx +++ b/src/Components/ErrorBoundary/ErrorBoundary.tsx @@ -26,14 +26,16 @@ class ErrorBoundary extends Component { public render() { if (this.state.hasError) { - return - Sorry, something went wrong...😵 -
- Try refreshing the page. -

+ return
+ + Sorry, something went wrong...😵 +
+ Try refreshing the page. +

- } type="unknown">
; + } type="unknown"> +
; } return this.props.children; diff --git a/src/Components/Navbar/NavDesktop.tsx b/src/Components/Navbar/NavDesktop.tsx index 4fa8a9a..f69ae78 100644 --- a/src/Components/Navbar/NavDesktop.tsx +++ b/src/Components/Navbar/NavDesktop.tsx @@ -201,7 +201,7 @@ export default function NavDesktop() { : - ) diff --git a/src/Components/Navbar/NavMobile.tsx b/src/Components/Navbar/NavMobile.tsx index db03d3b..0e32380 100644 --- a/src/Components/Navbar/NavMobile.tsx +++ b/src/Components/Navbar/NavMobile.tsx @@ -151,20 +151,8 @@ export default function NavMobile() { >
toggleDrawerOpen(false)} /> - { - !curUser && - - }
-