From 02f9ce9ce394e9ef5b7dec2da51a897e6827976a Mon Sep 17 00:00:00 2001 From: Renaud Chaput Date: Thu, 28 Mar 2024 11:05:16 +0100 Subject: [PATCH] [Glitch] Fix PropTypes for some record objects Port f2fd1da23fa6bc1847bf7d96a76826f36b29ae8c to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/features/getting_started/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/getting_started/index.jsx b/app/javascript/flavours/glitch/features/getting_started/index.jsx index 585abb8b6c..145cb09a30 100644 --- a/app/javascript/flavours/glitch/features/getting_started/index.jsx +++ b/app/javascript/flavours/glitch/features/getting_started/index.jsx @@ -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,