2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-03 15:58:54 +00:00

linting fix

This commit is contained in:
Oliver Walters 2022-05-02 10:36:03 +10:00
parent ef422b4f00
commit 2cdf927d98

View File

@ -117,7 +117,7 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
// Reload location information // Reload location information
if (location != null) { if (location != null) {
final bool result = await location!.reload() ?? false; final bool result = await location!.reload();
if (!result) { if (!result) {
Navigator.of(context).pop(); Navigator.of(context).pop();