diff --git a/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx b/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx index ab3d2a29..e35a5b3f 100644 --- a/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx +++ b/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx @@ -403,7 +403,7 @@ const PurchasesPerSupplierTab = () => { key={supplier.id} title={supplier.supplier} subtitle={`Total Pembelian: ${formatCurrency(totalPurchase)}`} - className={{ wrapper: 'mt-6 w-full' }} + className={{ wrapper: 'w-full' }} collapsible={true} >