auth done

This commit is contained in:
ROSHAN GARG 2024-07-26 19:14:25 +05:30
parent 27eb6f4c7c
commit 490314ef24

View File

@ -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>