diff --git a/lib/screens/home/home_screen.dart b/lib/screens/home/home_screen.dart index dde5ae2a..60414976 100644 --- a/lib/screens/home/home_screen.dart +++ b/lib/screens/home/home_screen.dart @@ -328,8 +328,7 @@ class _HomeScreenState extends State { List patientCards = List(); - //TODO: return back the right condition - if (true) { + if (model.hasVirtualClinic) { patientCards.add(HomePatientCard( backgroundColor: backgroundColors[colorIndex], backgroundIconColor: backgroundIconColors[colorIndex],