From e00f7118458ce3bfd0a4ce1a4af641ecb8eccd4e Mon Sep 17 00:00:00 2001 From: "B.E.N.S.O.N" Date: Thu, 19 Mar 2026 17:02:25 +0800 Subject: [PATCH] Update --- .../NavigationContent/NavigationContent.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 2b8fe7c..a497e46 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -254,11 +254,7 @@ const NavigationContent: React.FC = () => { label: "Equipment", path: "/settings/equipment", }, - { - icon: , - label: "Price Inquiry", - path: "/settings/itemPrice", - }, + { icon: , label: "Warehouse", @@ -269,6 +265,11 @@ const NavigationContent: React.FC = () => { label: "Printer", path: "/settings/printer", }, + { + icon: , + label: "Price Inquiry", + path: "/settings/itemPrice", + }, { icon: , label: "QC Check Item",