Skip to content

Commit

Permalink
fix: del unnecessary …other
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowballXueQiu authored Oct 2, 2024
1 parent 7ea765c commit b95e36c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/center/src/center.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ export const Center = (props: CenterProps) => {
return (
<div
className={classes.root}
data-inline={inline}
{...others}>
data-inline={inline}>
{children}
</div>
);
Expand Down

0 comments on commit b95e36c

Please sign in to comment.