diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-24 13:04:12 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-24 13:04:12 +0100 |
commit | 21c209636d12ea601379e7abd3d370ad0d22ea18 (patch) | |
tree | b86a3912ab76e58e02a39edf038cf905f26f0f9c /app/assets/javascripts/components/features | |
parent | 1f5792c83475aed785cdd8eb148aa4fdc53b5671 (diff) |
Set isLoading false on timelines when request fails
Diffstat (limited to 'app/assets/javascripts/components/features')
-rw-r--r-- | app/assets/javascripts/components/features/notifications/index.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/components/features/notifications/index.jsx b/app/assets/javascripts/components/features/notifications/index.jsx index d243f178f..366d8f5e9 100644 --- a/app/assets/javascripts/components/features/notifications/index.jsx +++ b/app/assets/javascripts/components/features/notifications/index.jsx @@ -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> |