fix swap filter checkbox

Robert Malikowski committed Jun 26, 2026 at 10:37 UTC ba0be28da81fe1cf43090d1b375dddb3bac67d67
1 file changed +1 -1
lib/new-ui/widgets/coins_page/assets_history/history_filters_page.dart
+1 -1
@@ -52,7 +52,7 @@ class HistoryFiltersPage extends StatelessWidget {
52 if (item is SwapFilterItem) {
53 final String subtitle;
54 final Color subtitleColor;
55 - if (item.value()) {
55 + if (dashboardViewModel.tradeFilterStore.displayAllTrades) {
56 subtitle = S.of(context).manage_providers;
57 subtitleColor = Theme.of(context).colorScheme.onSurfaceVariant;
58 } else if (dashboardViewModel.tradeFilterStore.enabledProviders == 0) {