remove investort Currency Toggle Btn

This commit is contained in:
YasinShaikh123
2024-09-10 19:15:05 +05:30
parent a53069f6f6
commit da70893c2b

View File

@@ -403,7 +403,8 @@ const ViewInvestorDetails = () => {
value={searchTerm}
onChange={(e) => setSearchTerm(e.target.value)}
/>
<Box
{/* <Box
as="button"
display="flex"
alignItems="center"
@@ -441,7 +442,7 @@ const ViewInvestorDetails = () => {
>
{isSwitchOn ? "Investor Currency" : "Investor Currency"}
</Text>
</Box>
</Box> */}
{/* <HStack display={"flex"} alignItems={"center"}>
<Pagination totalItems={10} />
</HStack> */}