Skip to content

Commit 14adf57

Browse files
authored
RI-7241: remove not needed paragraph tag, which is breaking the checkbox alignment (#4843)
1 parent ea22d19 commit 14adf57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redisinsight/ui/src/pages/home/components/form/ForceStandalone.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export interface Props {
1414
}
1515

1616
const ForceStandaloneLabel = () => (
17-
<p>
17+
<>
1818
<span>Force Standalone Connection</span>
1919
<RiTooltip
2020
className="homePage_tooltip"
@@ -34,7 +34,7 @@ const ForceStandaloneLabel = () => (
3434
}}
3535
/>
3636
</RiTooltip>
37-
</p>
37+
</>
3838
)
3939
const ForceStandalone = (props: Props) => {
4040
const { formik } = props

0 commit comments

Comments
 (0)