You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unnecessary code relating to NEXT_PUBLIC_IS_PRODUCTION env var on the Sites header link and the main view components in nowcasting-app/pages/index.tsx.
To Reproduce
Steps to reproduce the behavior:
Go to Quartz UI
Sites Header link is greyed out if NEXT_PUBLIC_IS_PRODUCTION is set to true
Expected behavior
The flag may be useful for anything that should look the same on Production and Staging for testing, but not on all Preview branches (differences in Dev/Prod API etc.) so we will keep it, but just don't need these particular disabled elements tied to it anymore.
The text was updated successfully, but these errors were encountered:
Describe the bug
Unnecessary code relating to
NEXT_PUBLIC_IS_PRODUCTION
env var on the Sites header link and the main view components innowcasting-app/pages/index.tsx
.To Reproduce
Steps to reproduce the behavior:
NEXT_PUBLIC_IS_PRODUCTION
is set totrue
Expected behavior
The flag may be useful for anything that should look the same on Production and Staging for testing, but not on all Preview branches (differences in Dev/Prod API etc.) so we will keep it, but just don't need these particular disabled elements tied to it anymore.
The text was updated successfully, but these errors were encountered: