modify clockin & leave
This commit is contained in:
@@ -240,7 +240,7 @@ class _ClockInManagerState extends State<ClockInManager> {
|
||||
Widget _buildHistoryTile(ClockInRecord record) {
|
||||
return ListTile(
|
||||
leading: Icon(Icons.access_time, color: record.typeColor),
|
||||
title: Text("${record.type} - ${record.formattedTime}"),
|
||||
title: Text("${record.type} - ${record.formattedDateTime}"),
|
||||
subtitle: Text(record.storeId ?? ""),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user