Ignore:
Timestamp:
01/14/21 23:04:01 (3 years ago)
Author:
Vzdra <vladko.zdravkovski@…>
Branches:
master
Children:
0d7b1a9
Parents:
db94dbd
Message:

completed work registration

File:
1 edited

Legend:

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

    rdb94dbd r5b36317  
    6060                      <Route path={"/register/job"} render={() => <JobRegister accountId={this.state.currentUser.id} type={this.state.currentUser.type} updateJobs={this.updateJobs} />}/>
    6161                      <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} updateInternships={this.updateProjects} />}/>
     62                      <Route path={"/register/project"} render={() => <ProjectRegister accountId={this.state.currentUser.id} type={this.state.currentUser.type} updateProjects={this.updateProjects} />}/>
    6363                      <Route path={"/logout"} render={() => <Redirect to={"/login"}/>}/>
    6464                      <Route path={"/"} render={() => <Redirect to={"/login"}/>}/>
Note: See TracChangeset for help on using the changeset viewer.