unwanted code removed

This commit is contained in:
Manish 2025-11-20 12:00:28 +05:30
parent 8289546710
commit abe1f44fb4

View File

@ -413,8 +413,6 @@ class _AdvancePaymentScreenState extends State<AdvancePaymentScreen>
? DateFormat('dd MMM yyyy').format(parsedDate) ? DateFormat('dd MMM yyyy').format(parsedDate)
: (dateStr.isNotEmpty ? dateStr : ''); : (dateStr.isNotEmpty ? dateStr : '');
// final formattedTime =
// parsedDate != null ? DateFormat('hh:mm a').format(parsedDate) : '';
final project = item.name ?? ''; final project = item.name ?? '';
final desc = item.title ?? ''; final desc = item.title ?? '';
@ -445,16 +443,7 @@ class _AdvancePaymentScreenState extends State<AdvancePaymentScreen>
style: style:
TextStyle(fontSize: 12, color: Colors.grey.shade600), TextStyle(fontSize: 12, color: Colors.grey.shade600),
), ),
// if (formattedTime.isNotEmpty) ...[
// const SizedBox(width: 6),
// Text(
// formattedTime,
// style: TextStyle(
// fontSize: 12,
// color: Colors.grey.shade500,
// fontStyle: FontStyle.italic),
// ),
// ]
], ],
), ),
const SizedBox(height: 4), const SizedBox(height: 4),