|
|
|
@ -328,8 +328,7 @@ class _HomeScreenState extends State<HomeScreen> {
|
|
|
|
|
|
|
|
|
|
|
|
List<HomePatientCard> patientCards = List();
|
|
|
|
List<HomePatientCard> patientCards = List();
|
|
|
|
|
|
|
|
|
|
|
|
//TODO: return back the right condition
|
|
|
|
if (model.hasVirtualClinic) {
|
|
|
|
if (true) {
|
|
|
|
|
|
|
|
patientCards.add(HomePatientCard(
|
|
|
|
patientCards.add(HomePatientCard(
|
|
|
|
backgroundColor: backgroundColors[colorIndex],
|
|
|
|
backgroundColor: backgroundColors[colorIndex],
|
|
|
|
backgroundIconColor: backgroundIconColors[colorIndex],
|
|
|
|
backgroundIconColor: backgroundIconColors[colorIndex],
|
|
|
|
|