remove investort Currency Toggle Btn
This commit is contained in:
@@ -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> */}
|
||||
|
||||
Reference in New Issue
Block a user