mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 19:58:11 +00:00
Merge branch 'dev' into alpha
This commit is contained in:
@@ -28,6 +28,7 @@ export default function DashboardPage() {
|
|||||||
const recentBookings = Array.isArray(recentBookingsData)
|
const recentBookings = Array.isArray(recentBookingsData)
|
||||||
? recentBookingsData
|
? recentBookingsData
|
||||||
: recentBookingsData?.items || recentBookingsData?.data || [];
|
: recentBookingsData?.items || recentBookingsData?.data || [];
|
||||||
|
: recentBookingsData?.items || recentBookingsData?.data || [];
|
||||||
|
|
||||||
const columns = [
|
const columns = [
|
||||||
{ key: 'reference', label: 'Reference', render: (item: any) => item.bookingRef || item.reference },
|
{ key: 'reference', label: 'Reference', render: (item: any) => item.bookingRef || item.reference },
|
||||||
|
|||||||
Reference in New Issue
Block a user