From 556786f204fc980d1af7adf53aa7e974237abcde Mon Sep 17 00:00:00 2001 From: kytwb Date: Sat, 18 Dec 2021 15:33:53 +0100 Subject: Iterate on Sidebar icons order --- src/components/layout/Sidebar.js | 89 ++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 44 deletions(-) (limited to 'src/components') diff --git a/src/components/layout/Sidebar.js b/src/components/layout/Sidebar.js index 4f67a8719..57ba170e8 100644 --- a/src/components/layout/Sidebar.js +++ b/src/components/layout/Sidebar.js @@ -149,25 +149,31 @@ class Sidebar extends Component { /> {isLoggedIn ? ( <> - {stores.settings.all.app.lockingFeatureEnabled ? ( - - ) : null} + + {todosStore.isFeatureEnabledByUser ? ( ) : null} - - + + {stores.settings.all.app.lockingFeatureEnabled ? ( + + ) : null} ) : (