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