We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ffe04 commit 5088e70Copy full SHA for 5088e70
WooCommerce/Classes/ViewRelated/Orders/OrderDetailsViewController.swift
@@ -804,11 +804,6 @@ extension OrderDetailsViewController: UITableViewDataSource {
804
}
805
806
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
807
- if sections[section].title == nil {
808
- // iOS 11 table bug. Must return a tiny value to collapse `nil` or `empty` section headers.
809
- return .leastNonzeroMagnitude
810
- }
811
-
812
return UITableView.automaticDimension
813
814
0 commit comments