change the status condition

merge-requests/763/head
Elham Rababah 4 years ago
parent 74294bfaf5
commit 0c730e8270

@ -361,7 +361,7 @@ class MyReferralDetailScreen extends StatelessWidget {
),
),
),
if (referralPatient.referralStatus != 46)
if (referralPatient.referralStatus == 1)
Container(
margin: EdgeInsets.symmetric(horizontal: 16, vertical: 16),
child: Row(

Loading…
Cancel
Save