2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 18:25:26 +00:00

Add "location" display widget

This commit is contained in:
Oliver Walters
2020-04-03 11:28:46 +11:00
parent 718f89b339
commit 7d060acc93
2 changed files with 96 additions and 1 deletions

View File

@ -98,7 +98,6 @@ class _CategoryDisplayState extends State<CategoryDisplayWidget> {
style: TextStyle(fontWeight: FontWeight.bold),
),
Expanded(child: PartList(_parts)),
Spacer(),
]
)
)