auth done
This commit is contained in:
parent
27eb6f4c7c
commit
490314ef24
@ -48,9 +48,9 @@ const Kyc = () => {
|
||||
setPage(0)
|
||||
}
|
||||
|
||||
const handleViewClick = (id) => {
|
||||
navigate(`/kyc/details/${id}`)
|
||||
}
|
||||
// const handleViewClick = (id) => {
|
||||
// navigate(`/kyc/details/${id}`)
|
||||
// }
|
||||
|
||||
return (
|
||||
<Box sx={{ width: '100%' }}>
|
||||
@ -82,7 +82,7 @@ const Kyc = () => {
|
||||
sx={{ mr: '1rem' }}
|
||||
color="primary"
|
||||
variant="contained"
|
||||
onClick={() => handleViewClick(row.id)}
|
||||
// onClick={() => handleViewClick(row.id)}
|
||||
>
|
||||
View
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user