Skip to content

Commit

Permalink
chore: lint the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Apr 11, 2023
1 parent b63ee7b commit 242a583
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,7 @@ const AnchorRenderer = (props) => {
displayName={displayName}

// Only pass the press handler for internal links. For public links or whitelisted internal links fallback to default link handling

onPress={
(internalNewExpensifyPath || internalExpensifyPath)
? navigateToLink
: undefined
}
onPress={(internalNewExpensifyPath || internalExpensifyPath) ? navigateToLink : undefined}
>
<TNodeChildrenRenderer tnode={props.tnode} />
</AnchorForCommentsOnly>
Expand Down

0 comments on commit 242a583

Please sign in to comment.