update KYC

This commit is contained in:
YasinShaikh123
2025-01-09 17:53:51 +05:30
parent 974d1501b2
commit 45f69fe2b7

View File

@@ -150,6 +150,22 @@ const Kyc = () => {
/>
</FormControl>
</HStack>
<HStack spacing={4} mb={4}>
<FormControl>
<FormLabel mb={1} fontSize={"sm"}>
PEP Status
</FormLabel>
<Input
bg={"#ccc3"}
border={"none"}
size={"sm"}
value={data?.data?.KYC?.PEPStatus ? "Yes" : "No"}
type="text"
readOnly
/>
</FormControl>
<FormControl></FormControl>
</HStack>
{/* <HStack spacing={4}>
<FormControl>
<FormLabel mb={1} fontSize={"sm"}>Address</FormLabel>