Skip to content

Commit 8eac19a

Browse files
committed
fix: remove forgotten display name for button
1 parent 8844ceb commit 8eac19a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/reusables/src/components/ui/button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ function Button({ ref, className, variant, size, ...props }: ButtonProps) {
7676
</TextClassContext.Provider>
7777
);
7878
}
79-
Button.displayName = 'Button';
8079

8180
export { Button, buttonTextVariants, buttonVariants };
8281
export type { ButtonProps };

packages/templates/starter-base/components/ui/button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ function Button({ ref, className, variant, size, ...props }: ButtonProps) {
7676
</TextClassContext.Provider>
7777
);
7878
}
79-
Button.displayName = 'Button';
8079

8180
export { Button, buttonTextVariants, buttonVariants };
8281
export type { ButtonProps };

0 commit comments

Comments
 (0)