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 2ed12e1 commit b8fa2aeCopy full SHA for b8fa2ae
site/src/pages/AuditPage/AuditPage.tsx
@@ -72,7 +72,7 @@ const AuditPage: FC = () => {
72
}),
73
});
74
75
- // TODO: Once multi-org is stable, we can could place this redirect into the
+ // TODO: Once multi-org is stable, we should place this redirect into the
76
// router directly, if we still need to maintain it (for users who are
77
// typing the old URL manually or have it bookmarked).
78
if (isMultiOrg && location.pathname !== "/deployment/audit") {
0 commit comments