diff --git a/src/common/ui/components/dialog.tsx b/src/common/ui/components/dialog.tsx index 2dcacc47..4ba9deef 100644 --- a/src/common/ui/components/dialog.tsx +++ b/src/common/ui/components/dialog.tsx @@ -47,8 +47,8 @@ const DialogContent = forwardRef< ) => (
) => (
); @@ -182,7 +180,7 @@ const DialogTitle = forwardRef< (({ className, ...props }, ref) => ( )); diff --git a/src/modules/donation/components/DonationToAccount.tsx b/src/modules/donation/components/DonationToAccount.tsx index 485251f7..194259ac 100644 --- a/src/modules/donation/components/DonationToAccount.tsx +++ b/src/modules/donation/components/DonationToAccount.tsx @@ -118,17 +118,15 @@ export const DonationToAccount: React.FC = ({ {account !== undefined && ( <> - - + + {`Donation to ${account.near_social_profile_data?.name}`} - - {currentScreen} - + {currentScreen} - +