1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

remove unused banner base proptype (#17531)

This commit is contained in:
Garrett Bear 2023-02-01 13:44:57 -08:00 committed by GitHub
parent db2e461416
commit b0ed6be77a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,10 +93,6 @@ BannerBase.propTypes = {
* The children is the description area of the BannerBase below the title
*/
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
*/