Fix eslint error
This commit is contained in:
parent
1534842da9
commit
16d65f88f1
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ class ActionBar extends React.PureComponent {
|
||||||
intl: PropTypes.object.isRequired,
|
intl: PropTypes.object.isRequired,
|
||||||
onOpenUnauthorizedModal: PropTypes.func.isRequired,
|
onOpenUnauthorizedModal: PropTypes.func.isRequired,
|
||||||
me: PropTypes.string,
|
me: PropTypes.string,
|
||||||
|
account: ImmutablePropTypes.map,
|
||||||
};
|
};
|
||||||
|
|
||||||
handleReplyClick = () => {
|
handleReplyClick = () => {
|
||||||
|
|
Loading…
Reference in a new issue