Skip to content

Commit

Permalink
Delete debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Jan 10, 2024
1 parent f065676 commit 651d8b3
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,6 @@ export function RemoveLiquidityForm() {
</Tooltip>
</HStack>
</HStack>
{/* DELETE BEGIN*/}
<HStack justify="space-between" w="full">
<Text color="GrayText">Total from bpt price</Text>
<HStack>
<NumberText color="GrayText">{toCurrency(totalUsdFromBprPrice)}</NumberText>
<Tooltip label="Total from bpt price" fontSize="sm">
<InfoOutlineIcon color="GrayText" />
</Tooltip>
</HStack>
</HStack>
{/* DELETE END */}
<HStack justify="space-between" w="full">
<Text color="GrayText">Price impact</Text>
<HStack>
Expand Down

0 comments on commit 651d8b3

Please sign in to comment.