about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/notifications/index.jsx
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-24 13:04:12 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-24 13:04:12 +0100
commit21c209636d12ea601379e7abd3d370ad0d22ea18 (patch)
treeb86a3912ab76e58e02a39edf038cf905f26f0f9c /app/assets/javascripts/components/features/notifications/index.jsx
parent1f5792c83475aed785cdd8eb148aa4fdc53b5671 (diff)
Set isLoading false on timelines when request fails
Diffstat (limited to 'app/assets/javascripts/components/features/notifications/index.jsx')
-rw-r--r--app/assets/javascripts/components/features/notifications/index.jsx1
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>