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 6250357 commit 8e150c5Copy full SHA for 8e150c5
WooCommerce/Classes/POS/Presentation/ItemListView.swift
@@ -59,6 +59,7 @@ private extension ItemListView {
59
.font(.posButtonSymbolLarge)
60
.foregroundStyle(Color.posOnSurface)
61
.padding(Constants.infoIconInset)
62
+ .renderedIf(!shouldShowHeaderBanner)
63
})
64
65
if !dynamicTypeSize.isAccessibilitySize, shouldShowHeaderBanner {
0 commit comments