Ignore:
Timestamp:
01/12/21 22:03:59 (3 years ago)
Author:
i-ina <76742075+i-ina@…>
Branches:
master
Children:
c9fa474
Parents:
b5a3a10
Message:

fixed bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client_app/src/components/data/components/work/company_jobs.js

    rb5a3a10 r58ceab3  
    1414                    {props.userProfile.jobs.map(item =>{
    1515                        return <Jobs
    16                             name={item.name}
     16                            title={item.title}
    1717                            description={item.description}
    1818                            accountName={item.accountName}
Note: See TracChangeset for help on using the changeset viewer.