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 authored Sep 9, 2024
1 parent 85a8744 commit 34da676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function EarnInfoDrawer() {
}
}, [openModal, message, messageTitle, modalOpened]);

const onLearMorePress = useCallback(() => {
const onLearnMorePress = useCallback(() => {
if (learnMoreLink) {
Linking.openURL(learnMoreLink);
}
Expand Down

0 comments on commit 34da676

Please sign in to comment.