Skip to content

Commit

Permalink
removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eniomoura committed Oct 25, 2024
1 parent 00d0600 commit 18d269b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/gestalt/src/Link/InternalLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ const InternalLinkWithForwardRef = forwardRef<HTMLAnchorElement, Props>(function
styles.noUnderline,
touchableStyles.tapTransition,
isSearchGuide && isInVRExperiment
? // TODO: Coalesce these two blocks
{
? {
[searchGuideStyles.searchguideVr]: true,
[focusStyles.hideOutline]: !isFocusVisible,
[searchGuideStyles.vrFocused]: isFocusVisible,
Expand Down

0 comments on commit 18d269b

Please sign in to comment.