From 5794c30def9c5c47ce31b714eb23409571416ba4 Mon Sep 17 00:00:00 2001 From: David Baker <dave@matrix.org> Date: Wed, 13 Apr 2016 11:35:53 +0100 Subject: [PATCH] Devices should be below 'advanced' --- src/components/views/settings/Notifications.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/views/settings/Notifications.js b/src/components/views/settings/Notifications.js index 749bc9ae..6831d788 100644 --- a/src/components/views/settings/Notifications.js +++ b/src/components/views/settings/Notifications.js @@ -1046,12 +1046,11 @@ module.exports = React.createClass({ </table> </div> - <h3>Devices</h3> - - { devicesSection } - { advancedSettings } + <h3>Devices</h3> + { devicesSection } + </div> </div>