Skip to content

Commit 8e150c5

Browse files
committed
Only render info button in item list page header when banner is not shown.
1 parent 6250357 commit 8e150c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/POS/Presentation/ItemListView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ private extension ItemListView {
5959
.font(.posButtonSymbolLarge)
6060
.foregroundStyle(Color.posOnSurface)
6161
.padding(Constants.infoIconInset)
62+
.renderedIf(!shouldShowHeaderBanner)
6263
})
6364
})
6465
if !dynamicTypeSize.isAccessibilitySize, shouldShowHeaderBanner {

0 commit comments

Comments
 (0)