Skip to content

Commit da323c2

Browse files
committed
OrdersViewController: Removes section title
1 parent 1680988 commit da323c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/OrdersViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ extension OrdersViewController: UITableViewDataSource {
236236

237237
func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
238238
// FIXME: this is hard-coded data. Will fix when WordPressShared date helpers are available to make fuzzy dates.
239-
return NSLocalizedString("Today", comment: "Title for header section")
239+
// return NSLocalizedString("Today", comment: "Title for header section")
240+
return nil
240241
}
241242
}
242243

0 commit comments

Comments
 (0)