Skip to content

Commit

Permalink
[PDW-87] feat: 직원 관리 목록 부여자산 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeon1120 committed Nov 22, 2023
1 parent 8d1c179 commit 5e303ee
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 5e303ee

Please sign in to comment.