Removed unused code for notifications scroll top

• Removed:
- unused code for notifications scroll top now that we have scroll util for TimelineQueueButtonHeader onClick
This commit is contained in:
mgabdev 2020-05-15 16:32:08 -04:00
parent e87386a0cf
commit 5fbff20f40

View File

@ -99,7 +99,6 @@ class Notifications extends ImmutablePureComponent {
}
handleDequeueNotifications = () => {
window.scrollTo(0, 0)
this.props.dispatch(dequeueNotifications())
}