Fix PropTypes for some record objects (#29786)
This commit is contained in:
parent
1025fff6b9
commit
f2fd1da23f
3 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@ class StatusActionBar extends ImmutablePureComponent {
|
|||
|
||||
static propTypes = {
|
||||
status: ImmutablePropTypes.map.isRequired,
|
||||
relationship: ImmutablePropTypes.map,
|
||||
relationship: ImmutablePropTypes.record,
|
||||
onReply: PropTypes.func,
|
||||
onFavourite: PropTypes.func,
|
||||
onReblog: PropTypes.func,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue