summaryrefslogtreecommitdiff
path: root/src/core/components
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-08-08 08:07:23 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-08-08 08:07:23 +0000
commit99315622e96c7e4b58493ea6ce7998916ec27a6e (patch)
treedd8a292aab41474a3a8e9a7a8c7e3a20c2079182 /src/core/components
parent9468bb33e90badaad99d97df54c80da389c39093 (diff)
parent64489b794a80b381d86ea226f0fe36457d5836be (diff)
Merged in Feature/new-cart-popup (pull request #224)
<iman> update quotation pop up bug
Diffstat (limited to 'src/core/components')
-rw-r--r--src/core/components/elements/Navbar/NavbarDesktop.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx
index b23b256e..6454c414 100644
--- a/src/core/components/elements/Navbar/NavbarDesktop.jsx
+++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx
@@ -216,7 +216,7 @@ const NavbarDesktop = () => {
<Search />
</div>
<div className='flex gap-x-4 items-center'>
- <Quotationheader quotationCount={quotationCount} />
+ <Quotationheader quotationCount={quotationCount} data={pendingTransactions} />
<Cardheader cartCount={cartCount} />