Skip to content

Commit 31c3530

Browse files
committed
refactor(app_configuration): remove unused features variable
- Remove unused variable 'features' in FeaturesConfigurationTab build method - This change simplifies the code by removing an unnecessary variable assignment
1 parent c5e4eb6 commit 31c3530

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/app_configuration/view/tabs/features_configuration_tab.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ class _FeaturesConfigurationTabState extends State<FeaturesConfigurationTab> {
5050
@override
5151
Widget build(BuildContext context) {
5252
final l10n = AppLocalizationsX(context).l10n;
53-
final features = widget.remoteConfig.features;
54-
53+
5554
return ListView(
5655
padding: const EdgeInsets.all(AppSpacing.lg),
5756
children: [

0 commit comments

Comments
 (0)