From 09b8d7c0590c1017375dbc15692fd086429dd9a8 Mon Sep 17 00:00:00 2001 From: Chukwumdiebube Date: Mon, 6 Mar 2023 13:12:00 +0100 Subject: [PATCH] commented env --- .env | 2 +- .env.development | 2 +- .env.production | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 5160c34..5830978 100755 --- a/.env +++ b/.env @@ -18,4 +18,4 @@ REACT_APP_RESOURCES="Resources" REACT_APP_HISTORY="History" REACT_APP_TRACKING_SHOW=1 -REACT_APP_HISTORY_SHOW=1 \ No newline at end of file +# REACT_APP_HISTORY_SHOW=1 \ No newline at end of file diff --git a/.env.development b/.env.development index 20296af..d87bb5d 100644 --- a/.env.development +++ b/.env.development @@ -18,4 +18,4 @@ REACT_APP_RESOURCES="Resources" REACT_APP_HISTORY="History" REACT_APP_TRACKING_SHOW=1 -REACT_APP_HISTORY_SHOW=1 +# REACT_APP_HISTORY_SHOW=1 diff --git a/.env.production b/.env.production index df6bf21..bad0946 100644 --- a/.env.production +++ b/.env.production @@ -18,4 +18,4 @@ REACT_APP_RESOURCES="Resources" REACT_APP_HISTORY="History" REACT_APP_TRACKING_SHOW=0 -REACT_APP_HISTORY_SHOW=0 \ No newline at end of file +# REACT_APP_HISTORY_SHOW=0 \ No newline at end of file