Skip to content

Commit

Permalink
Update default props
Browse files Browse the repository at this point in the history
  • Loading branch information
cansuaa committed Jun 21, 2024
1 parent ad86c75 commit 07d232a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/default-props.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import type { AvatarProps } from "../../lib/components";

const avatarProps: AvatarProps = {
initials: "",
ariaLabel: "Avatar",
};
export const defaultProps = {
avatar: avatarProps,
Expand Down

0 comments on commit 07d232a

Please sign in to comment.