diff --git a/dashboard/src/components/dashboard/AircallDashboard.jsx b/dashboard/src/components/dashboard/AircallDashboard.jsx index dba16b5..e8146ae 100644 --- a/dashboard/src/components/dashboard/AircallDashboard.jsx +++ b/dashboard/src/components/dashboard/AircallDashboard.jsx @@ -168,18 +168,18 @@ const AgentPerformanceTable = ({ agents, onSort }) => { const SkeletonMetricCard = () => ( - - + + - - + + ); const SkeletonChart = ({ type = "line" }) => ( -
Duration Distribution
+
{label instanceof Date ? label.toLocaleDateString() : label}
Recent activity will appear here as it happens
- Recent activity will appear here as it happens -
Error: {error}
No product data available
Try selecting a different time range
- {data.device} -
- {data.pageViews.toLocaleString()} views ({percentage}%) -
- {data.sessions.toLocaleString()} sessions ({sessionPercentage}%) -
+ {data.device} +
+ {data.pageViews.toLocaleString()} views ({percentage}%) +
+ {data.sessions.toLocaleString()} sessions ({sessionPercentage}%) +