change the status condition

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

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

Loading…
Cancel
Save