Changeset 5b36317 for client_app/src/components/main
- Timestamp:
- 01/14/21 23:04:01 (4 years ago)
- Branches:
- master
- Children:
- 0d7b1a9
- Parents:
- db94dbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client_app/src/components/main/App.js
rdb94dbd r5b36317 60 60 <Route path={"/register/job"} render={() => <JobRegister accountId={this.state.currentUser.id} type={this.state.currentUser.type} updateJobs={this.updateJobs} />}/> 61 61 <Route path={"/register/internship"} render={() => <InternshipRegister accountId={this.state.currentUser.id} type={this.state.currentUser.type} updateInternships={this.updateInternships} />}/> 62 <Route path={"/register/project"} render={() => <ProjectRegister accountId={this.state.currentUser.id} type={this.state.currentUser.type} update Internships={this.updateProjects} />}/>62 <Route path={"/register/project"} render={() => <ProjectRegister accountId={this.state.currentUser.id} type={this.state.currentUser.type} updateProjects={this.updateProjects} />}/> 63 63 <Route path={"/logout"} render={() => <Redirect to={"/login"}/>}/> 64 64 <Route path={"/"} render={() => <Redirect to={"/login"}/>}/>
Note:
See TracChangeset
for help on using the changeset viewer.