diff --git a/client/src/components/helpers/spacer.tsx b/client/src/components/helpers/spacer.tsx index a56fb39d9f4..d63c689fa53 100644 --- a/client/src/components/helpers/spacer.tsx +++ b/client/src/components/helpers/spacer.tsx @@ -6,9 +6,7 @@ interface SpacerProps { const styles = { padding: '15px 0', height: '1px' }; -const Comp = ({ ...props }): JSX.Element => ( -
-); +const Comp = ({ ...props }): JSX.Element => ; const Spacer = ({ size = 1 }: SpacerProps): JSX.Element => size === 1 ? ( diff --git a/client/src/components/profile/__snapshots__/profile.test.tsx.snap b/client/src/components/profile/__snapshots__/profile.test.tsx.snap index 33e47cfaedf..72486eec310 100644 --- a/client/src/components/profile/__snapshots__/profile.test.tsx.snap +++ b/client/src/components/profile/__snapshots__/profile.test.tsx.snap @@ -3,14 +3,12 @@ exports[`