update pickup
This commit is contained in:
@@ -108,7 +108,10 @@ class _NotificationListState extends State<NotificationList> {
|
||||
),
|
||||
msg.fromToday()
|
||||
? Container()
|
||||
: Text(dateFormatter.format(msg.date),style: TextStyle(color: Colors.grey),),
|
||||
: Text(
|
||||
dateFormatter.format(msg.date),
|
||||
style: TextStyle(color: Colors.grey),
|
||||
),
|
||||
],
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user