Przeglądaj źródła

fix status page routing

jusrhee 2 lat temu
rodzic
commit
236bcc5eb0
1 zmienionych plików z 1 dodań i 1 usunięć
  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" />;