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