Skip to content

Commit

Permalink
fix(footer): Correct FooterBottom propTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Feb 10, 2025
1 parent 9f7fb81 commit 651783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FooterBottom.defaultProps = {
copy: undefined,
};
FooterBottom.propTypes = {
children: PropTypes.object.isRequired,
children: PropTypes.array.isRequired,
copy: PropTypes.string,
};

Expand Down

0 comments on commit 651783b

Please sign in to comment.