about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/notifications/index.jsx
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-01-24 14:27:13 +0100
committerGitHub <noreply@github.com>2017-01-24 14:27:13 +0100
commit4f3264d2912d1b70a22099f1c713691f91ba890d (patch)
tree8a48ce38d47351bc3739cebd3672d40c98763807 /app/assets/javascripts/components/features/notifications/index.jsx
parent4a146a0d189280dbd15098f42850ca550e0d7910 (diff)
parent21c209636d12ea601379e7abd3d370ad0d22ea18 (diff)
Merge branch 'master' into boostspin
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>