Skip to content

Commit

Permalink
fix: buyer name
Browse files Browse the repository at this point in the history
  • Loading branch information
farrah-deriv committed Aug 1, 2024
1 parent 56ffb4e commit 1a41679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const EmailLinkVerifiedModal = ({ isModalOpen, onRequestClose, onSubmit }: TEmai
values={{
amount: orderDetails?.amount,
currency: orderDetails?.local_currency,
name: orderDetails.advertiser_details.name,
name: orderDetails.otherUserDetails.name,
}}
/>
</Text>
Expand Down

0 comments on commit 1a41679

Please sign in to comment.