Skip to content

Commit

Permalink
Update src/components/TextLink.js
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Golen <tgolen@gmail.com>
  • Loading branch information
dhairyasenjaliya and tgolen authored Nov 2, 2022
1 parent 2a654db commit a056f80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/TextLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const TextLink = (props) => {
/**
* @param {Event} event
*/

const openLink = (event) => {
event.preventDefault();
if (props.onPress) {
Expand Down

0 comments on commit a056f80

Please sign in to comment.