Add Backend Project and add Tournament Detail Page
This commit is contained in:
@@ -30,5 +30,5 @@ class StateProvider extends ChangeNotifier {
|
||||
}
|
||||
return[];
|
||||
}
|
||||
List<Tournament> get user => _availableTournaments ?? [];
|
||||
List<Tournament> get availableTournaments => _availableTournaments ?? [];
|
||||
}
|
||||
Reference in New Issue
Block a user