Skip to content

Commit 052f36a

Browse files
fix: drop unnecessary fragment in OptionRowTooltipLayer early return
1 parent 0f0768c commit 052f36a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LHNOptionsList/OptionRowLHN/OptionRowTooltipLayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function OptionRowTooltipLayer({shouldShowRBRorGBRTooltip, shouldShowGetStartedT
5151
};
5252

5353
if (!shouldEvaluateTooltip) {
54-
return <>{renderChildren(onOptionPress)}</>;
54+
return renderChildren(onOptionPress);
5555
}
5656

5757
return (

0 commit comments

Comments
 (0)