Changeset ed3f5c4 for client_app/src/components/main
- Timestamp:
- 01/15/21 04:14:15 (4 years ago)
- Branches:
- master
- Children:
- 6729ba5
- Parents:
- 4302312
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client_app/src/components/main/App.js
r4302312 red3f5c4 63 63 <Route path={"/register/project"} render={() => <ProjectRegister accountId={this.state.currentUser.id} type={this.state.currentUser.type} updateProjects={this.updateProjects} />}/> 64 64 <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}/>} />*/} 67 67 <Route path={"/logout"} render={() => <Redirect to={"/login"}/>}/> 68 68 <Route path={"/"} render={() => <Redirect to={"/login"}/>}/>
Note:
See TracChangeset
for help on using the changeset viewer.