mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 21:35:42 +00:00 
			
		
		
		
	Adjust
This commit is contained in:
		| @@ -239,7 +239,7 @@ class _POLineDetailWidgetState extends RefreshableState<POLineDetailWidget> { | ||||
|             Navigator.push( | ||||
|                 context, | ||||
|                 MaterialPageRoute( | ||||
|                     builder: (context) => LocationDisplayWidget(destination!) | ||||
|                     builder: (context) => LocationDisplayWidget(destination) | ||||
|                 ) | ||||
|             ) | ||||
|           } | ||||
|   | ||||
| @@ -396,7 +396,7 @@ class _PurchaseOrderDetailState extends RefreshableState<PurchaseOrderDetailWidg | ||||
|           Navigator.push( | ||||
|             context, | ||||
|             MaterialPageRoute( | ||||
|               builder: (context) => LocationDisplayWidget(destination!) | ||||
|               builder: (context) => LocationDisplayWidget(destination) | ||||
|             ) | ||||
|           ) | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user