no message

pull/294/head
Sultan khan 5 hours ago
parent 489b126358
commit 053cda6169

@ -274,15 +274,15 @@ class _PrescriptionAiAnalysisDetailedPageState extends State<PrescriptionAiAnaly
], ],
// Serious Warnings // Serious Warnings
if (medicine.seriousWarnings != null && medicine.seriousWarnings!.isNotEmpty) ...[ // if (medicine.seriousWarnings != null && medicine.seriousWarnings!.isNotEmpty) ...[
_buildInfoRow( // _buildInfoRow(
icon: Icons.error_outline, // icon: Icons.error_outline,
iconColor: Color(0xFFFF5252), // iconColor: Color(0xFFFF5252),
title: LocaleKeys.seriousWarnings.tr(context: context), // title: LocaleKeys.seriousWarnings.tr(context: context),
content: medicine.seriousWarnings!.join(', '), // content: medicine.seriousWarnings!.join(', '),
), // ),
SizedBox(height: 12.h), // SizedBox(height: 12.h),
], // ],
// Storage // Storage
if (medicine.storage != null && medicine.storage!.isNotEmpty) ...[ if (medicine.storage != null && medicine.storage!.isNotEmpty) ...[

Loading…
Cancel
Save