mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Fix URL getters
This commit is contained in:
parent
beeea794cb
commit
2dfe8921eb
7 changed files with 10 additions and 35 deletions
|
|
@ -469,12 +469,10 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
|
|||
label: L10().stock
|
||||
),
|
||||
// TODO - Add part actions
|
||||
/*
|
||||
BottomNavigationBarItem(
|
||||
icon: FaIcon(FontAwesomeIcons.wrench),
|
||||
label: L10().actions,
|
||||
),
|
||||
*/
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue