From bf8e5818cfe74f4124ae13e5ad7aa8c5de0e02e4 Mon Sep 17 00:00:00 2001 From: Chukwumdiebube Date: Thu, 9 Mar 2023 19:33:21 +0100 Subject: [PATCH] added 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 b5c530c..d228873 100755 --- a/src/components/Partials/MobileSideBar.jsx +++ b/src/components/Partials/MobileSideBar.jsx @@ -102,7 +102,7 @@ export default function MobileSidebar({ sidebar, action, logoutModalHandler }) { - {process.env.REACT_APP_TRACKING_SHOW ? + {(process.env.REACT_APP_TRACKING_SHOW == true) ? (
  • - {process.env.REACT_APP_TRACKING_SHOW ? + {(process.env.REACT_APP_TRACKING_SHOW == true) ? (