[Glitch] Fix PropTypes for some record objects

Port f2fd1da23f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2699/head
Renaud Chaput 2024-03-28 11:05:16 +01:00 committed by Claire
parent 5cb4adbf4e
commit 02f9ce9ce3
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class GettingStarted extends ImmutablePureComponent {
static propTypes = {
intl: PropTypes.object.isRequired,
myAccount: ImmutablePropTypes.map,
myAccount: ImmutablePropTypes.record,
columns: ImmutablePropTypes.list,
multiColumn: PropTypes.bool,
fetchFollowRequests: PropTypes.func.isRequired,