diff --git a/lib/screens/procedures/ProcedureCard.dart b/lib/screens/procedures/ProcedureCard.dart index f71b1ee8..0f865701 100644 --- a/lib/screens/procedures/ProcedureCard.dart +++ b/lib/screens/procedures/ProcedureCard.dart @@ -185,22 +185,22 @@ class ProcedureCard extends StatelessWidget { ), ), ),*/ - Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - children: [ - AppText( - entityList.remarks.toString() ?? '', - fontSize: 12, - ), - if (entityList.categoryID == 2 || - entityList.categoryID == 4 && - doctorName == entityList.doctorName) - InkWell( - child: Icon(DoctorApp.edit), - onTap: onTap, - ) - ], - ) + // Row( + // mainAxisAlignment: MainAxisAlignment.spaceBetween, + // children: [ + // AppText( + // entityList.remarks.toString() ?? '', + // fontSize: 12, + // ), + // if (entityList.categoryID == 2 || + // entityList.categoryID == 4 && + // doctorName == entityList.doctorName) + // InkWell( + // child: Icon(DoctorApp.edit), + // onTap: onTap, + // ) + // ], + // ) ], ), //onTap: onTap,