aboutsummaryrefslogtreecommitdiff
path: root/src/components/features_panel
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/features_panel')
-rw-r--r--src/components/features_panel/features_panel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/features_panel/features_panel.js b/src/components/features_panel/features_panel.js
index 0a7234cc..5f0b7b25 100644
--- a/src/components/features_panel/features_panel.js
+++ b/src/components/features_panel/features_panel.js
@@ -6,7 +6,7 @@ const FeaturesPanel = {
gopher: function () { return this.$store.state.instance.gopherAvailable },
whoToFollow: function () { return this.$store.state.instance.suggestionsEnabled },
mediaProxy: function () { return this.$store.state.instance.mediaProxyAvailable },
- scopeOptionsMinimal: function () { return this.$store.state.instance.scopeOptionsMinimal },
+ minimalScopesMode: function () { return this.$store.state.instance.minimalScopesMode },
textlimit: function () { return this.$store.state.instance.textlimit }
}
}