Skip to content

Commit

Permalink
Merge pull request #194 from 12fahed/main
Browse files Browse the repository at this point in the history
collected pass date uncomment
  • Loading branch information
12fahed authored Jul 13, 2024
2 parents c3bbf6a + 29a7023 commit 2f00490
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 2f00490

Please sign in to comment.