return condition in home page

html_editor
Elham Rababah 5 years ago
parent 5778a4a887
commit 97a855ab70

@ -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],

Loading…
Cancel
Save