diff --git a/.env b/.env index 8a2ac07..5160c34 100755 --- a/.env +++ b/.env @@ -17,4 +17,5 @@ REACT_APP_TRACKING="Tracking" REACT_APP_RESOURCES="Resources" REACT_APP_HISTORY="History" -REACT_APP_TRACKING_SHOW=1 \ No newline at end of file +REACT_APP_TRACKING_SHOW=1 +REACT_APP_HISTORY_SHOW=1 \ No newline at end of file diff --git a/.env.development b/.env.development index 6e7f41d..5160c34 100644 --- a/.env.development +++ b/.env.development @@ -18,3 +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 diff --git a/.env.production b/.env.production index f87d2cf..e0d9868 100644 --- a/.env.production +++ b/.env.production @@ -18,3 +18,4 @@ REACT_APP_RESOURCES="Resources" REACT_APP_HISTORY="History" REACT_APP_TRACKING_SHOW=0 +REACT_APP_HISTORY_SHOW=0