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 ab595d1 commit 2e17a09Copy full SHA for 2e17a09
WooCommerce/Classes/ViewRelated/Orders/OrderListViewController.swift
@@ -412,7 +412,7 @@ private extension OrderListViewController {
412
// let's reset the state before using it again
413
ghostableTableView.removeGhostContent()
414
ghostableTableView.displayGhostContent(options: options,
415
- style: .wooDefaultGhostStyle)
+ style: Constants.ghostStyle)
416
ghostableTableView.startGhostAnimation()
417
ghostableTableView.isHidden = false
418
}
0 commit comments