Skip to content

Commit

Permalink
hide epic payment icons when url not support
Browse files Browse the repository at this point in the history
  • Loading branch information
sookburt committed May 23, 2024
1 parent ffe2eb9 commit 089cfce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dotcom-rendering/src/components/Epic.amp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,10 @@ export const Epic = ({ webURL }: Props) => {
</button>
</div>
</div>
<div css={acceptedPaymentMethodsWrapperStyle}>
<div
css={acceptedPaymentMethodsWrapperStyle}
data-amp-bind-hidden="epicState.hidePaymentIcons"
>
<amp-img
layout="fixed"
height="25px"
Expand Down

0 comments on commit 089cfce

Please sign in to comment.