employer verify application uid updated

This commit was merged in pull request #33.
This commit is contained in:
victorAnumudu
2024-06-13 21:08:33 +01:00
parent 148659b453
commit 9499422c9a
3 changed files with 5 additions and 6 deletions
@@ -58,7 +58,7 @@ const usersColumns: ReadonlyArray<Column<User>> = [
<UserCustomHeader tableProps={props} title='Actions' className='text-end min-w-100px' />
),
id: 'actions',
Cell: ({...props}) => <UserActionsCell id={props.data[props.row.index].uid} data={props?.data} />,
Cell: ({...props}) => <UserActionsCell id={props.data[props.row.index].uid} />,
},
]