summaryrefslogtreecommitdiff
path: root/src/core/components/elements/Navbar/NavbarDesktop.jsx
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-07-31 11:02:58 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-07-31 11:02:58 +0000
commit4cf94e241af5f95f567aac952dd990852026d23f (patch)
tree5c519ac632391b34e1cc2bb31d011be37bb2d779 /src/core/components/elements/Navbar/NavbarDesktop.jsx
parentdc31efb2fec4c7b79917324d922ae820c4b5bb50 (diff)
parent04961a55929017f77ee6801d2b7ada4c05689821 (diff)
Merged in cr/repeat-order (pull request #430)
Cr/repeat order
Diffstat (limited to 'src/core/components/elements/Navbar/NavbarDesktop.jsx')
-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 03d7fa0c..db4fcbb8 100644
--- a/src/core/components/elements/Navbar/NavbarDesktop.jsx
+++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx
@@ -51,7 +51,7 @@ const NavbarDesktop = () => {
const { transactions } = useTransactions({ query });
const data = transactions?.data?.saleOrders.filter(
- (transaction) => transaction.status === 'draft'
+ (transaction) => transaction.status === 'waiting'
);
const [showPopup, setShowPopup] = useState(false);