aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/serviceLimit/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/serviceLimit/index.js')
-rw-r--r--src/features/serviceLimit/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/serviceLimit/index.js b/src/features/serviceLimit/index.js
index 76f996195..92ad8bb98 100644
--- a/src/features/serviceLimit/index.js
+++ b/src/features/serviceLimit/index.js
@@ -15,7 +15,7 @@ export default function initServiceLimit(stores, actions) {
15 // Toggle serviceLimit feature 15 // Toggle serviceLimit feature
16 reaction( 16 reaction(
17 () => ( 17 () => (
18 features.features.hasServiceLimit 18 features.features.isServiceLimitEnabled
19 ), 19 ),
20 (isEnabled) => { 20 (isEnabled) => {
21 if (isEnabled) { 21 if (isEnabled) {