Fix eslint error

This commit is contained in:
Alex Gleason 2020-04-18 17:13:43 -05:00
parent 1534842da9
commit 16d65f88f1
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -70,6 +70,7 @@ class ActionBar extends React.PureComponent {
intl: PropTypes.object.isRequired,
onOpenUnauthorizedModal: PropTypes.func.isRequired,
me: PropTypes.string,
account: ImmutablePropTypes.map,
};
handleReplyClick = () => {