Skip to content

Commit

Permalink
Merge pull request #141 from PLADI-ALM/feat/PDW-75-resource-booking
Browse files Browse the repository at this point in the history
[PDW-87/feat] 직원 관리 목록 부여자산 반영
  • Loading branch information
psyeon1120 authored Nov 22, 2023
2 parents 159562d + 5e303ee commit d0f6296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/admin/user/UserManage.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function UserManage(props) {
id={user.userId}
name={user.name}
email={user.email}
asset={user.asserts}
asset={user.assets}
phone={user.phone}
affiliation={user.affiliation}
department={user.department}
Expand Down

0 comments on commit d0f6296

Please sign in to comment.