edit loan modal added, employer verify api added

This commit was merged in pull request #32.
This commit is contained in:
victorAnumudu
2024-06-13 19:56:17 +01:00
parent 8a96b10e4b
commit 98454e2c80
5 changed files with 34 additions and 12 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} />,
Cell: ({...props}) => <UserActionsCell id={props.data[props.row.index].uid} data={props?.data} />,
},
]