Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix error: Invalid prop WhiteLabeling of type object supplied to Head…
Browse files Browse the repository at this point in the history
…er, expected a single ReactElement.
wx0322 committed Feb 8, 2023
1 parent 7f799b8 commit d47bfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/ui/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ Header.propTypes = {
isReturnEnabled: PropTypes.bool,
isSticky: PropTypes.bool,
onClickReturnButton: PropTypes.func,
WhiteLabeling: PropTypes.element,
WhiteLabeling: PropTypes.object,
};

Header.defaultProps = {

0 comments on commit d47bfa2

Please sign in to comment.