From a056f80e49c5b270f21a4656a2a2de402bef9cdf Mon Sep 17 00:00:00 2001 From: Dhairya <47522946+dhairyasenjaliya@users.noreply.github.com> Date: Wed, 2 Nov 2022 20:54:09 +0530 Subject: [PATCH] Update src/components/TextLink.js Co-authored-by: Tim Golen --- src/components/TextLink.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/TextLink.js b/src/components/TextLink.js index 8e20b9a58ead..f35cb7b36b49 100644 --- a/src/components/TextLink.js +++ b/src/components/TextLink.js @@ -36,7 +36,6 @@ const TextLink = (props) => { /** * @param {Event} event */ - const openLink = (event) => { event.preventDefault(); if (props.onPress) {