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

Display for StockItem

- Empty for now
This commit is contained in:
Oliver Walters
2020-04-03 12:23:57 +11:00
parent 7d060acc93
commit 3a686b8b7f
3 changed files with 138 additions and 10 deletions

View File

@ -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(