diff --git a/src/pages/home/sidebar/SidebarLinks.js b/src/pages/home/sidebar/SidebarLinks.js index f2a8ed496220..85c6de2fb2dd 100644 --- a/src/pages/home/sidebar/SidebarLinks.js +++ b/src/pages/home/sidebar/SidebarLinks.js @@ -42,7 +42,7 @@ const propTypes = { /** All report actions for all reports */ // eslint-disable-next-line react/no-unused-prop-types - reportActions: PropTypes.objectOf(PropTypes.shape(reportActionPropTypes)), + reportActions: PropTypes.objectOf(PropTypes.arrayOf(PropTypes.shape(reportActionPropTypes))), /** List of users' personal details */ personalDetails: PropTypes.objectOf(participantPropTypes),