From 226257cd862451abccc28894e2b0a3270c6790e9 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 11 Feb 2024 12:07:30 +0530 Subject: rename features to better convey type (without migration) --- src/components/layout/Sidebar.tsx | 2 +- src/components/settings/settings/EditSettingsForm.tsx | 8 ++++---- src/config.ts | 4 ++-- src/containers/settings/EditServiceScreen.tsx | 4 ++-- src/containers/settings/EditSettingsScreen.tsx | 14 +++++++------- src/lib/Menu.ts | 4 ++-- src/stores/AppStore.ts | 4 ++-- src/stores/SettingsStore.ts | 4 ++-- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx index e423e408b..1106113f0 100644 --- a/src/components/layout/Sidebar.tsx +++ b/src/components/layout/Sidebar.tsx @@ -318,7 +318,7 @@ class Sidebar extends Component { ) : null} - {stores!.settings.all.app.lockingFeatureEnabled ? ( + {stores!.settings.all.app.isLockingFeatureEnabled ? (