Skip to content

Commit

Permalink
Update apps/ledger-live-mobile/src/screens/PTX/Earn/EarnInfoDrawer.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Beth Swingler <[email protected]>
  • Loading branch information
marcotoniut-ledger and beths-ledger committed Sep 9, 2024
1 parent 34da676 commit c8a500e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export function EarnInfoDrawer() {
<Button onPress={closeModal} type="main">
{t("common.close")}
</Button>
{learnMoreLink && (
<Link type="main" size="large" onPress={onLearMorePress}>
{!!learnMoreLink && (
<Link type="main" size="large" onPress={onLearnMorePress}>
{t("common.learnMore")}
</Link>
)}
Expand Down

0 comments on commit c8a500e

Please sign in to comment.