From 0c730e827080e2e4ff4906d3b05bfe04c1a6d89f Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Mon, 28 Jun 2021 14:16:49 +0300 Subject: [PATCH] change the status condition --- .../patients/profile/referral/my-referral-detail-screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/patients/profile/referral/my-referral-detail-screen.dart b/lib/screens/patients/profile/referral/my-referral-detail-screen.dart index e5cc40da..fdbf9859 100644 --- a/lib/screens/patients/profile/referral/my-referral-detail-screen.dart +++ b/lib/screens/patients/profile/referral/my-referral-detail-screen.dart @@ -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(