Skip to content

Commit

Permalink
chore: Connector search results fix in routing (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
susrithasabbini authored Dec 30, 2024
1 parent ab423fd commit f88d360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectBox.res
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ module ListItem = {
<Icon className={`align-middle ${optionIconStroke}`} size={12} name=iconName />
| _ => React.null
}}
<div className="w-full">
<div className="w-full flex">
{listText
->Array.filter(str => str->LogicUtils.isNonEmptyString)
->Array.mapWithIndex((item, i) => {
Expand Down

0 comments on commit f88d360

Please sign in to comment.