mirror of
https://github.com/navidrome/navidrome.git
synced 2025-05-06 13:21:08 +03:00
Remove unused prop
This commit is contained in:
parent
b364170d4f
commit
f6982fd8ae
@ -67,10 +67,9 @@ StarButton.propTypes = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
StarButton.defaultProps = {
|
StarButton.defaultProps = {
|
||||||
|
addLabel: true,
|
||||||
record: {},
|
record: {},
|
||||||
visible: true,
|
visible: true,
|
||||||
showStar: true,
|
|
||||||
addLabel: true,
|
|
||||||
size: 'small',
|
size: 'small',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user