mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
full date on admin booking list
This commit is contained in:
@@ -43,7 +43,7 @@ export default function AdminRecentBookings({ bookings }) {
|
|||||||
</Link>
|
</Link>
|
||||||
</h3>
|
</h3>
|
||||||
<p className="mt-1 max-w-2xl text-sm text-gray-500">
|
<p className="mt-1 max-w-2xl text-sm text-gray-500">
|
||||||
Last updated {new Date(booking.updatedAt).toLocaleTimeString()}
|
Last updated {new Date(booking.updatedAt).toLocaleString()}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="border-t border-gray-200">
|
<div className="border-t border-gray-200">
|
||||||
|
|||||||
Reference in New Issue
Block a user