mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
remove unused banner base proptype (#17531)
This commit is contained in:
parent
db2e461416
commit
b0ed6be77a
@ -93,10 +93,6 @@ BannerBase.propTypes = {
|
|||||||
* The children is the description area of the BannerBase below the title
|
* The children is the description area of the BannerBase below the title
|
||||||
*/
|
*/
|
||||||
children: PropTypes.node,
|
children: PropTypes.node,
|
||||||
/**
|
|
||||||
* The action of the BannerBase below the children
|
|
||||||
*/
|
|
||||||
action: PropTypes.node,
|
|
||||||
/**
|
/**
|
||||||
* Label for action button (ButtonLink) of the BannerBase below the children
|
* Label for action button (ButtonLink) of the BannerBase below the children
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user