Skip to content

Commit

Permalink
undefined default prop
Browse files Browse the repository at this point in the history
  • Loading branch information
domschab23 committed Apr 29, 2024
1 parent 8288aa5 commit e05cbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoadingSkeleton/LoadingSkeleton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ LoadingSkeleton.defaultProps = {
borderRadius: '4px',
className: undefined,
circle: false,
containerClassName: '',
containerClassName: undefined,
containerTestId: undefined,
count: 1,
height: undefined,
Expand Down

0 comments on commit e05cbe6

Please sign in to comment.