mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 10:15:32 +00:00
Change path to translations
This commit is contained in:
@ -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() ?? false;
|
||||
|
||||
if (!result) {
|
||||
Navigator.of(context).pop();
|
||||
|
Reference in New Issue
Block a user