Ignore:
Timestamp:
01/15/21 04:14:15 (3 years ago)
Author:
Vzdra <vladko.zdravkovski@…>
Branches:
master
Children:
6729ba5
Parents:
4302312
Message:

more groundwork

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client_app/src/components/main/App.js

    r4302312 red3f5c4  
    6363                      <Route path={"/register/project"} render={() => <ProjectRegister accountId={this.state.currentUser.id} type={this.state.currentUser.type} updateProjects={this.updateProjects} />}/>
    6464                      <Route path={"/edit/job"} render={(props) => <EditJob {...props}  editJob={this.editJob}/>} />
    65                       <Route path={"/edit/internship"} render={(props) => <EditInternship {...props}  editJob={this.editInternship}/>} />
    66                       <Route path={"/edit/project"} render={(props) => <EditProject {...props}  editJob={this.editProject}/>} />
     65                      {/*<Route path={"/edit/internship"} render={(props) => <EditInternship {...props}  editJob={this.editInternship}/>} />*/}
     66                      {/*<Route path={"/edit/project"} render={(props) => <EditProject {...props}  editJob={this.editProject}/>} />*/}
    6767                      <Route path={"/logout"} render={() => <Redirect to={"/login"}/>}/>
    6868                      <Route path={"/"} render={() => <Redirect to={"/login"}/>}/>
Note: See TracChangeset for help on using the changeset viewer.