Skip to content

Commit cfaf7ce

Browse files
committed
Move renderIf to button instead of button label.
1 parent 8e150c5 commit cfaf7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/POS/Presentation/ItemListView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ private extension ItemListView {
5959
.font(.posButtonSymbolLarge)
6060
.foregroundStyle(Color.posOnSurface)
6161
.padding(Constants.infoIconInset)
62-
.renderedIf(!shouldShowHeaderBanner)
6362
})
63+
.renderedIf(!shouldShowHeaderBanner)
6464
})
6565
if !dynamicTypeSize.isAccessibilitySize, shouldShowHeaderBanner {
6666
bannerCardView

0 commit comments

Comments
 (0)