We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea22d19 commit 14adf57Copy full SHA for 14adf57
redisinsight/ui/src/pages/home/components/form/ForceStandalone.tsx
@@ -14,7 +14,7 @@ export interface Props {
14
}
15
16
const ForceStandaloneLabel = () => (
17
- <p>
+ <>
18
<span>Force Standalone Connection</span>
19
<RiTooltip
20
className="homePage_tooltip"
@@ -34,7 +34,7 @@ const ForceStandaloneLabel = () => (
34
}}
35
/>
36
</RiTooltip>
37
- </p>
+ </>
38
)
39
const ForceStandalone = (props: Props) => {
40
const { formik } = props
0 commit comments