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 a1147fd commit 2c6b238Copy full SHA for 2c6b238
src/components/ConditionnalWrapper.tsx
@@ -11,10 +11,3 @@ export const ConditionalWrapper = ({
11
wrapper,
12
children,
13
}: ConditionnalWrapperProps) => (condition ? wrapper(children) : children);
14
-
15
-// <ConditionalWrapper
16
-// condition={link}
17
-// wrapper={children => <a href={link}>{children}</a>}
18
-// >
19
-// .....
20
-// </ConditionalWrapper>
0 commit comments