Fix scrollbar styles on compose textarea, small bugs (#10292)
This commit is contained in:
parent
1a0d3c9c65
commit
6a3f08661f
3 changed files with 7 additions and 2 deletions
|
@ -33,7 +33,7 @@ class Notification extends ImmutablePureComponent {
|
|||
onFavourite: PropTypes.func.isRequired,
|
||||
onReblog: PropTypes.func.isRequired,
|
||||
onToggleHidden: PropTypes.func.isRequired,
|
||||
status: PropTypes.option,
|
||||
status: ImmutablePropTypes.map,
|
||||
intl: PropTypes.object.isRequired,
|
||||
getScrollPosition: PropTypes.func,
|
||||
updateScrollBottom: PropTypes.func,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue