diff --git a/app/gabsocial/features/status/components/action_bar.js b/app/gabsocial/features/status/components/action_bar.js index b8c563d0d..3ba27be4f 100644 --- a/app/gabsocial/features/status/components/action_bar.js +++ b/app/gabsocial/features/status/components/action_bar.js @@ -70,6 +70,7 @@ class ActionBar extends React.PureComponent { intl: PropTypes.object.isRequired, onOpenUnauthorizedModal: PropTypes.func.isRequired, me: PropTypes.string, + account: ImmutablePropTypes.map, }; handleReplyClick = () => {