瀏覽代碼

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
-          path={`/:status/:projectId?/:clusterId?`}
+          path={`/status/:projectId?/:clusterId?`}
           render={() => {
             if (!this.state.isLoggedIn) {
               return <Redirect to="/login" />;