Add hourly seller chart for single-day ranges
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m35s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m35s
This commit is contained in:
@@ -180,7 +180,8 @@ export const fetchDashboardAnalytics = async (dateRange: DateRange, options?: Ca
|
||||
metrics &&
|
||||
Array.isArray(metrics.revenueBySeller) &&
|
||||
Array.isArray(metrics.ordersBySeller) &&
|
||||
Array.isArray(metrics.sellerRevenueByDate)
|
||||
Array.isArray(metrics.sellerRevenueByDate) &&
|
||||
Array.isArray(metrics.sellerRevenueByHour)
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user