Ignore:
Timestamp:
01/12/21 21:24:08 (3 years ago)
Author:
i-ina <76742075+i-ina@…>
Branches:
master
Children:
96eb8bc
Parents:
2e507a8
Message:

added internships for user

File:
1 edited

Legend:

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

    r2e507a8 r47067ae  
    3333                      <Route path={"/user/internships"} render={() => <UserInternships userProfile={this.state.currentUser}/>} />
    3434                      <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} />}/>
    3636                      <Route path={"/team/projects"} />
    3737                      <Route path={"/company/jobs"} render={() => <CompanyJobs userProfile={this.state.currentUser} />}/>
Note: See TracChangeset for help on using the changeset viewer.