Skip to content

Commit e09fa32

Browse files
aileenvlavivkeller
andauthored
Update apps/site/components/Common/Searchbox/Search.tsx
Co-authored-by: Aviv Keller <[email protected]> Signed-off-by: Aileen Villanueva Lecuona <[email protected]>
1 parent b1fff6a commit e09fa32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/components/Common/Searchbox/Search.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const Search: FC<SearchProps> = ({ onChatTrigger }) => {
5050
onClick={onChatTrigger}
5151
className={classNames(
5252
styles.chatButton,
53-
searchTerm ? styles.chatButtonWithSearch : ''
53+
{ [styles.chatButtonWithSearch]: searchTerm }
5454
)}
5555
data-focus-on-arrow-nav
5656
>

0 commit comments

Comments
 (0)