Skip to content

Commit

Permalink
Added all option in fiter
Browse files Browse the repository at this point in the history
  • Loading branch information
itskundanhere committed Oct 14, 2024
1 parent 88c0784 commit b45578f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/programs screen/summer_of_bitcoin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SummerOfBitcoin extends StatefulWidget {

class _SummerOfBitcoinState extends State<SummerOfBitcoin> {
List<String> selectedOrganizations = [];
List<String> selectedProposals = ['All'];
List<String> selectedProposals = ['ALL'];
List<SobProjectModal> sob2023 = [];
List<SobProjectModal> sob2022 = [];
List<SobProjectModal> sob2021 = [];
Expand Down Expand Up @@ -103,7 +103,7 @@ class _SummerOfBitcoinState extends State<SummerOfBitcoin> {
}

List<String> languages = [
'All',
'ALL',
'Rust miniscript',
'Core Lightning',
'LDK',
Expand Down

0 comments on commit b45578f

Please sign in to comment.