Skip to content

Commit 2c6b238

Browse files
committed
fix: ci npm publish
1 parent a1147fd commit 2c6b238

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/ConditionnalWrapper.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,3 @@ export const ConditionalWrapper = ({
1111
wrapper,
1212
children,
1313
}: 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

Comments
 (0)