Skip to content

Commit d5c7ad4

Browse files
committed
chore: format
1 parent 8a7ba33 commit d5c7ad4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/search/SearchBox.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,9 @@ function ValueSuggestPopup({
249249
onSelect(v);
250250
}}
251251
>
252-
<TagItemName><HighlightMatch text={v} query={query} /></TagItemName>
252+
<TagItemName>
253+
<HighlightMatch text={v} query={query} />
254+
</TagItemName>
253255
</TagItem>
254256
))}
255257
</ValuePopupList>

0 commit comments

Comments
 (0)