mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Display for StockItem
- Empty for now
This commit is contained in:
parent
7d060acc93
commit
3a686b8b7f
3 changed files with 138 additions and 10 deletions
|
|
@ -126,11 +126,7 @@ class SubcategoryList extends StatelessWidget {
|
|||
}
|
||||
|
||||
Widget _build(BuildContext context, int index) {
|
||||
InvenTreePartCategory cat;
|
||||
|
||||
if (index < _categories.length) {
|
||||
cat = _categories[index];
|
||||
}
|
||||
InvenTreePartCategory cat = _categories[index];
|
||||
|
||||
return Card(
|
||||
child: InkWell(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue