chore: testability updates
This commit is contained in:
@@ -15,7 +15,7 @@ Banner.defaultProps = {
|
||||
};
|
||||
Banner.propTypes = {
|
||||
variant: PropTypes.string,
|
||||
icon: PropTypes.string,
|
||||
icon: PropTypes.func,
|
||||
children: PropTypes.node.isRequired,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user