From 04fe185879061b404fe1baa468bf67d32b3fdd5f Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 21 Feb 2023 16:29:04 +0700 Subject: fix --- src/lib/invoice/components/Invoices.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/invoice/components/Invoices.jsx') diff --git a/src/lib/invoice/components/Invoices.jsx b/src/lib/invoice/components/Invoices.jsx index 3b1e71e3..37944e33 100644 --- a/src/lib/invoice/components/Invoices.jsx +++ b/src/lib/invoice/components/Invoices.jsx @@ -47,7 +47,7 @@ const Invoices = () => { setInputQuery(e.target.value)} /> @@ -67,7 +67,7 @@ const Invoices = () => { { !invoices.isLoading && invoices.data?.invoices?.length === 0 && ( - Tidak ada data transaksi + Tidak ada data invoice ) } -- cgit v1.2.3