2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 10:15:32 +00:00

Fix URL getters

This commit is contained in:
Oliver
2021-08-09 07:51:46 +10:00
parent beeea794cb
commit 2dfe8921eb
7 changed files with 10 additions and 35 deletions

View File

@ -469,12 +469,10 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
label: L10().stock
),
// TODO - Add part actions
/*
BottomNavigationBarItem(
icon: FaIcon(FontAwesomeIcons.wrench),
label: L10().actions,
),
*/
]
);
}