From 34da6769eb4d5782e3b0189e3b802113cb5b2db0 Mon Sep 17 00:00:00 2001 From: Marco Toniut Date: Mon, 9 Sep 2024 11:53:38 +0100 Subject: [PATCH] Update apps/ledger-live-mobile/src/screens/PTX/Earn/EarnInfoDrawer.tsx Co-authored-by: Beth Swingler --- apps/ledger-live-mobile/src/screens/PTX/Earn/EarnInfoDrawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ledger-live-mobile/src/screens/PTX/Earn/EarnInfoDrawer.tsx b/apps/ledger-live-mobile/src/screens/PTX/Earn/EarnInfoDrawer.tsx index 3eb1b31dcf14..0c06400a80df 100644 --- a/apps/ledger-live-mobile/src/screens/PTX/Earn/EarnInfoDrawer.tsx +++ b/apps/ledger-live-mobile/src/screens/PTX/Earn/EarnInfoDrawer.tsx @@ -30,7 +30,7 @@ export function EarnInfoDrawer() { } }, [openModal, message, messageTitle, modalOpened]); - const onLearMorePress = useCallback(() => { + const onLearnMorePress = useCallback(() => { if (learnMoreLink) { Linking.openURL(learnMoreLink); }