Remove unused prop

This commit is contained in:
Deluan 2020-08-25 19:07:51 -04:00
parent b364170d4f
commit f6982fd8ae
1 changed files with 1 additions and 2 deletions

View File

@ -67,10 +67,9 @@ StarButton.propTypes = {
}
StarButton.defaultProps = {
addLabel: true,
record: {},
visible: true,
showStar: true,
addLabel: true,
size: 'small',
}