0
0
Fork 0

Fix PropTypes for some record objects (#29786)

This commit is contained in:
Renaud Chaput 2024-03-28 11:05:16 +01:00 committed by GitHub
parent 1025fff6b9
commit f2fd1da23f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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,