Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-g09 committed Apr 13, 2024
1 parent 8bf680e commit abb117e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ExternalLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function ExternalLink(
<Link
target="_blank"
{...props}
// @ts-expect-error: External URLs are not typed.
// @ts-ignore
href={props.href}
onPress={(e) => {
if (Platform.OS !== "web") {
Expand Down

0 comments on commit abb117e

Please sign in to comment.