diff --git a/packages/p2p/src/components/my-profile/my-profile-stats/my-profile-balance/my-profile-balance.jsx b/packages/p2p/src/components/my-profile/my-profile-stats/my-profile-balance/my-profile-balance.jsx index 027e8a8c75d0..689b73cd1c89 100644 --- a/packages/p2p/src/components/my-profile/my-profile-stats/my-profile-balance/my-profile-balance.jsx +++ b/packages/p2p/src/components/my-profile/my-profile-stats/my-profile-balance/my-profile-balance.jsx @@ -1,43 +1,48 @@ import * as React from 'react'; -import { Money, Text } from '@deriv/components'; +import { Button, Icon, Modal, Money, Text } from '@deriv/components'; import { isMobile } from '@deriv/shared'; import { observer } from 'mobx-react-lite'; -import { Localize } from 'Components/i18next'; +import { Localize, localize } from 'Components/i18next'; import { useStores } from 'Stores'; const MyProfileBalance = () => { const { general_store } = useStores(); - // const [is_balance_tooltip_open, setIsBalanceTooltipOpen] = React.useState(false); + const [is_balance_tooltip_open, setIsBalanceTooltipOpen] = React.useState(false); return (
- {/* - TODO: Uncomment when design is updated - - - + + +