mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
refactor(FE-361): Hide unused logistic tabs and adjust card
This commit is contained in:
@@ -10,16 +10,16 @@ const LogisticStockTabs = () => {
|
||||
label: 'Rekapitulasi Pembelian Per Supplier',
|
||||
content: <PurchasesPerSupplierTab />,
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
label: 'Rekapitulasi Pemakaian Barang',
|
||||
content: 'Rekapitulasi Pemakaian Barang Tab',
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
label: 'Rekapitulasi Stock Persediaan Barang',
|
||||
content: 'Rekapitulasi Stock Persediaan Barang Tab',
|
||||
},
|
||||
// {
|
||||
// id: '2',
|
||||
// label: 'Rekapitulasi Pemakaian Barang',
|
||||
// content: 'Rekapitulasi Pemakaian Barang Tab',
|
||||
// },
|
||||
// {
|
||||
// id: '3',
|
||||
// label: 'Rekapitulasi Stock Persediaan Barang',
|
||||
// content: 'Rekapitulasi Stock Persediaan Barang Tab',
|
||||
// },
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user