Set isLoading false on timelines when request fails
This commit is contained in:
parent
1f5792c834
commit
21c209636d
3 changed files with 43 additions and 27 deletions
|
@ -62,6 +62,7 @@ const Notifications = React.createClass({
|
|||
if (trackScroll) {
|
||||
return (
|
||||
<Column icon='bell' heading={intl.formatMessage(messages.title)}>
|
||||
<ColumnSettingsContainer />
|
||||
<ScrollContainer scrollKey='notifications'>
|
||||
{scrollableArea}
|
||||
</ScrollContainer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue