Skip to content

Commit

Permalink
Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Dec 11, 2024
1 parent 52a1eed commit cc0085e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/widget/order/po_line_detail.dart
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class _POLineDetailWidgetState extends RefreshableState<POLineDetailWidget> {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => LocationDisplayWidget(destination!)
builder: (context) => LocationDisplayWidget(destination)
)
)
}
Expand Down
2 changes: 1 addition & 1 deletion lib/widget/order/purchase_order_detail.dart
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ class _PurchaseOrderDetailState extends RefreshableState<PurchaseOrderDetailWidg
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => LocationDisplayWidget(destination!)
builder: (context) => LocationDisplayWidget(destination)
)
)
}
Expand Down

0 comments on commit cc0085e

Please sign in to comment.