This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update for shop and truck function
master
B.E.N.S.O.N
1 day ago
parent
c146944a19
commit
686c4d05b0
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/components/NavigationContent/NavigationContent.tsx
+ 5
- 0
src/components/NavigationContent/NavigationContent.tsx
View File
@@ -264,6 +264,11 @@ const NavigationContent: React.FC = () => {
label: "Items",
path: "/settings/items",
},
{
icon: <RequestQuote />,
label: "Shop",
path: "/settings/shop",
},
{
icon: <RequestQuote />,
label: "Demand Forecast Setting",
Write
Preview
Loading…
Cancel
Save