Skip to content

Commit 09ae7da

Browse files
committed
Remove stray space in withBentoConfig
1 parent 4a852df commit 09ae7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bento-design-system/src/util/withBentoConfig.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function withBentoConfig<Props>(
88
return (props: Props) => {
99
return (
1010
<BentoConfigProvider value={config}>
11-
<Component {...props} />{" "}
11+
<Component {...props} />
1212
</BentoConfigProvider>
1313
);
1414
};

0 commit comments

Comments
 (0)