From 29a101a0626fa4eb205d04876911a8df8a75d2df Mon Sep 17 00:00:00 2001 From: Chukwumdiebube Date: Thu, 9 Mar 2023 19:28:14 +0100 Subject: [PATCH] add the true conditional --- src/components/Partials/MobileSideBar.jsx | 2 +- src/components/Partials/Sidebar.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Partials/MobileSideBar.jsx b/src/components/Partials/MobileSideBar.jsx index 9f29396..d66f8d9 100755 --- a/src/components/Partials/MobileSideBar.jsx +++ b/src/components/Partials/MobileSideBar.jsx @@ -141,7 +141,7 @@ export default function MobileSidebar({ sidebar, action, logoutModalHandler }) { - {process.env.REACT_APP_HISTORY_SHOW ? + {(process.env.REACT_APP_HISTORY_SHOW == true) ? (
  • - {process.env.REACT_APP_HISTORY_SHOW ? + {(process.env.REACT_APP_HISTORY_SHOW == true) ? (