mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 03:56:24 +00:00
Linting fixes
This commit is contained in:
parent
847fda7652
commit
ed2523c3c5
4 changed files with 9 additions and 15 deletions
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
import "package:flutter/material.dart";
|
||||
import "package:font_awesome_flutter/font_awesome_flutter.dart";
|
||||
|
||||
import "package:inventree/api.dart";
|
||||
import "package:inventree/api_form.dart";
|
||||
import "package:inventree/helpers.dart";
|
||||
import "package:inventree/inventree/bom.dart";
|
||||
import "package:inventree/l10.dart";
|
||||
|
|
@ -95,7 +93,6 @@ class _PaginatedBomListState extends PaginatedSearchState<PaginatedBomList> {
|
|||
InvenTreePart? subPart = bomItem.subPart;
|
||||
|
||||
String title = subPart?.fullname ?? "error - no name";
|
||||
String description = subPart?.description ?? "error - no description";
|
||||
|
||||
return ListTile(
|
||||
title: Text(title),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue