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" />;