Changeset 47067ae for client_app/src/components/main
- Timestamp:
- 01/12/21 21:24:08 (4 years ago)
- Branches:
- master
- Children:
- 96eb8bc
- Parents:
- 2e507a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client_app/src/components/main/App.js
r2e507a8 r47067ae 33 33 <Route path={"/user/internships"} render={() => <UserInternships userProfile={this.state.currentUser}/>} /> 34 34 <Route path={"/user/projects"} render={() => <UserProjects userProfile={this.state.currentUser}/>} /> 35 <Route path={"/team/jobs"} />35 <Route path={"/team/jobs"} render={() => <CompanyJobs userProfile={this.state.currentUser} />}/> 36 36 <Route path={"/team/projects"} /> 37 37 <Route path={"/company/jobs"} render={() => <CompanyJobs userProfile={this.state.currentUser} />}/>
Note:
See TracChangeset
for help on using the changeset viewer.