Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras committed Feb 7, 2025
1 parent 73d502f commit 808c388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gestalt/src/SearchGuideLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const SearchGuideLinkWithForwardRef = forwardRef<HTMLAnchorElement, Props>(funct
<div
className={classnames(
styles.childrenDiv,
isInVRExperiment && typeof color === 'string' && styles[colorClass[color]!] ,
isInVRExperiment && typeof color === 'string' && styles[colorClass[color]!],
)}
style={
isInVRExperiment && typeof color !== 'string' && Array.isArray(color)
Expand Down

0 comments on commit 808c388

Please sign in to comment.