Explorar o código

fix status page routing

jusrhee %!s(int64=2) %!d(string=hai) anos
pai
achega
236bcc5eb0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/main/Main.tsx

+ 1 - 1
dashboard/src/main/Main.tsx

@@ -236,7 +236,7 @@ export default class Main extends Component<PropsType, StateType> {
           }}
         />
         <Route
-          path={`/:status/:projectId?/:clusterId?`}
+          path={`/status/:projectId?/:clusterId?`}
           render={() => {
             if (!this.state.isLoggedIn) {
               return <Redirect to="/login" />;