ソースを参照

fix status page routing

jusrhee 2 年 前
コミット
236bcc5eb0
1 ファイル変更1 行追加1 行削除
  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
         <Route
-          path={`/:status/:projectId?/:clusterId?`}
+          path={`/status/:projectId?/:clusterId?`}
           render={() => {
           render={() => {
             if (!this.state.isLoggedIn) {
             if (!this.state.isLoggedIn) {
               return <Redirect to="/login" />;
               return <Redirect to="/login" />;