From 9350a6bd3ed3764af92946fc892c8757458609ae Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Tue, 19 May 2026 17:30:13 +0700 Subject: [PATCH] fix: add Monitoring Saldo tab --- src/components/pages/report/finance/FinanceTabs.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/pages/report/finance/FinanceTabs.tsx b/src/components/pages/report/finance/FinanceTabs.tsx index 5c49ed3c..29abe5e9 100644 --- a/src/components/pages/report/finance/FinanceTabs.tsx +++ b/src/components/pages/report/finance/FinanceTabs.tsx @@ -4,6 +4,7 @@ import { useState } from 'react'; import Tabs from '@/components/Tabs'; import CustomerPaymentTab from '@/components/pages/report/finance/tab/CustomerPaymentTab'; import DebtSupplierTab from '@/components/pages/report/finance/tab/DebtSupplierTab'; +import BalanceMonitoringTab from '@/components/pages/report/finance/tab/BalanceMonitoringTab'; import { useTabActionsStore } from '@/stores/tab-actions/tab-actions.store'; const FinanceTabs = () => { @@ -21,6 +22,11 @@ const FinanceTabs = () => { label: 'Kontrol Pembayaran Customer', content: , }, + { + id: '3', + label: 'Monitoring Saldo', + content: , + }, ]; return (