Skip to content

Commit 197455d

Browse files
committed
Merge fix
1 parent 8a476e2 commit 197455d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

WooCommerce/Classes/ViewRelated/Orders/OrderDetails/OrderDetailsViewController.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,10 +613,9 @@ extension OrderDetailsViewController: MFMailComposeViewControllerDelegate {
613613
}
614614

615615
sendEmail(to: email)
616-
WooAnalytics.shared.track(.orderContactAction, withProperties: ["id": viewModel.order.orderID,
617-
"status": viewModel.order.status.rawValue,
618-
"type": "email"])
619-
}
616+
WooAnalytics.shared.track(.orderContactAction, withProperties: ["id": viewModel.order.orderID,
617+
"status": viewModel.order.status.rawValue,
618+
"type": "email"])
620619
}
621620

622621
private func sendEmail(to email: String) {

0 commit comments

Comments
 (0)