Skip to content

Commit

Permalink
collected pass date uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
12fahed committed Jul 13, 2024
1 parent c3bbf6a commit 29a7023
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 108 deletions.
4 changes: 2 additions & 2 deletions lib/new_ui/screens/railway_screen/railway_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -752,10 +752,10 @@ class _RailwayConcessionScreenState
children: [
if (concessionRequestData?.passCollected != null &&
concessionRequestData!.passCollected!['collected'] == "1") ...[
/*Text(
Text(
"Collected on ${DateFormat('dd/MM/yyyy').format((concessionRequestData.passCollected!['date'] as Timestamp).toDate())}",
style: TextStyle(fontSize: 10, color: Colors.white, fontWeight: FontWeight.bold),
),*/
),
] else...[
Text(
"Pass not collected Yet", style: TextStyle(fontSize: 10, color: Colors.yellow, fontWeight: FontWeight.bold),
Expand Down
Loading

0 comments on commit 29a7023

Please sign in to comment.