mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 19:46:25 +00:00
linting fix
This commit is contained in:
parent
ef422b4f00
commit
2cdf927d98
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
|
|||
|
||||
// Reload location information
|
||||
if (location != null) {
|
||||
final bool result = await location!.reload() ?? false;
|
||||
final bool result = await location!.reload();
|
||||
|
||||
if (!result) {
|
||||
Navigator.of(context).pop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue