Skip to content

Commit 4729b72

Browse files
committed
refactor: remove unnecessary currency display in MessagesPaymentConfirmationModalContent
- Eliminated the CurrencyRate component from the MessagesPaymentConfirmationModalContent to simplify the layout and improve clarity. - This change enhances the user interface by focusing on essential information without cluttering the display. These modifications contribute to a cleaner and more streamlined user experience in the payment confirmation modal.
1 parent ae864c8 commit 4729b72

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/features/app-messages/ui/MessagesPaymentConfirmationModalContent.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,6 @@ const MessagesPaymentConfirmationModalContent: FC<{
5050
<Span color="text.secondary">Price</Span>
5151
<Span>{pkg.price.stringCurrencyAmount}</Span>
5252
</Flex>
53-
<Flex justify="flex-end">
54-
<CurrencyRate
55-
color="text.secondary"
56-
textStyle="body2"
57-
currency={CURRENCY.TON}
58-
amount={pkg.price.amount}
59-
reverse
60-
>
61-
&nbsp;TON
62-
</CurrencyRate>
63-
</Flex>
6453
</CardBody>
6554
</Card>
6655
</ModalBody>

0 commit comments

Comments
 (0)