diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-06-15 15:45:43 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-06-15 15:45:43 +0700 |
| commit | e4b4f2c09ebd819acc204c2e58288fe9fc6294ea (patch) | |
| tree | a22399091ca0e4f35948ddcb58b2321d26c4c4c2 /src/lib/invoice/components/Invoices.jsx | |
| parent | eb4ae7be05ed97bd02b7f3e9cc56393f435188e2 (diff) | |
get dan delete cart
Diffstat (limited to 'src/lib/invoice/components/Invoices.jsx')
| -rw-r--r-- | src/lib/invoice/components/Invoices.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/invoice/components/Invoices.jsx b/src/lib/invoice/components/Invoices.jsx index 5edcfdbf..b74af8c0 100644 --- a/src/lib/invoice/components/Invoices.jsx +++ b/src/lib/invoice/components/Invoices.jsx @@ -33,6 +33,8 @@ const Invoices = () => { } const { invoices } = useInvoices({ query }) + console.log('bangke', invoices) + const [inputQuery, setInputQuery] = useState(q) const [toOthers, setToOthers] = useState(null) |
