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:
@ -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(
|
||||
|
Reference in New Issue
Block a user