We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a308b commit c0cd6b3Copy full SHA for c0cd6b3
1 file changed
lib/modules/areas/areas_page.dart
@@ -24,7 +24,7 @@ class AreasPage extends GetView<AreasController> {
24
labelStyle: const TextStyle(fontSize: 18, fontWeight: FontWeight.w600),
25
labelPadding: const EdgeInsets.symmetric(horizontal: 12),
26
indicatorSize: TabBarIndicatorSize.label,
27
- tabs: controller.sites.map((e) => Tab(text: e.name)).toList(),
+ tabs: Sites().availableSites().map((e) => Tab(text: e.name)).toList(),
28
),
29
30
body: TabBarView(
0 commit comments