mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 10:45:29 +00:00
More linting again
This commit is contained in:
@ -71,7 +71,7 @@ class _StarredPartState extends RefreshableState<StarredPartWidget> {
|
||||
return progressIndicator();
|
||||
}
|
||||
|
||||
if (starredParts.length == 0) {
|
||||
if (starredParts.isEmpty) {
|
||||
return ListView(
|
||||
children: [
|
||||
ListTile(
|
||||
|
Reference in New Issue
Block a user