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
|
@ -82,7 +82,7 @@ class GettingStarted extends ImmutablePureComponent {
|
|||
|
||||
static propTypes = {
|
||||
intl: PropTypes.object.isRequired,
|
||||
myAccount: ImmutablePropTypes.map,
|
||||
myAccount: ImmutablePropTypes.record,
|
||||
multiColumn: PropTypes.bool,
|
||||
fetchFollowRequests: PropTypes.func.isRequired,
|
||||
unreadFollowRequests: PropTypes.number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue