Skip to content

Commit

Permalink
fix: Comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Dec 18, 2023
1 parent 0ae8e69 commit 33330f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/SelectBox.res
Original file line number Diff line number Diff line change
Expand Up @@ -1178,16 +1178,14 @@ module RenderListItemInBaseRadio = {
| Some(str) =>
<div key={i->string_of_int} className="flex flex-row">
listItemComponent
{if isHorizontal {
React.null
} else {
<UIUtils.RenderIf condition={!isHorizontal}>
<ToolTip
description={str}
toolTipFor={<div className="py-4 px-4">
<Icon size=12 name="info-circle" />
</div>}
/>
}}
</UIUtils.RenderIf>
</div>
| None => listItemComponent
}
Expand Down

0 comments on commit 33330f3

Please sign in to comment.