Skip to content

Commit 2e17a09

Browse files
committed
Reuse ghost style constant when displaying ghost content.
1 parent ab595d1 commit 2e17a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/OrderListViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ private extension OrderListViewController {
412412
// let's reset the state before using it again
413413
ghostableTableView.removeGhostContent()
414414
ghostableTableView.displayGhostContent(options: options,
415-
style: .wooDefaultGhostStyle)
415+
style: Constants.ghostStyle)
416416
ghostableTableView.startGhostAnimation()
417417
ghostableTableView.isHidden = false
418418
}

0 commit comments

Comments
 (0)