diff --git a/pages/admin/index.tsx b/pages/admin/index.tsx index 51ff8f2..e700c96 100644 --- a/pages/admin/index.tsx +++ b/pages/admin/index.tsx @@ -43,7 +43,7 @@ export default function AdminRecentBookings({ bookings }) {

- Last updated {new Date(booking.updatedAt).toLocaleTimeString()} + Last updated {new Date(booking.updatedAt).toLocaleString()}