We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1ad1e commit b1db3a9Copy full SHA for b1db3a9
client/src/routes.tsx
@@ -432,7 +432,7 @@ export const getRouter = (queryClient: QueryClient) =>
432
loader: async () => {
433
const currentEnvironmentId = environmentStore.getState().currentEnvironmentId;
434
435
- if (currentEnvironmentId != DEVELOPMENT_ENVIRONMENT) {
+ if (currentEnvironmentId !== DEVELOPMENT_ENVIRONMENT) {
436
return redirect('/automation/deployments');
437
}
438
0 commit comments