Fixed issue in ShopPanel style formatting
• Fixed: - issue in ShopPanel style formatting
This commit is contained in:
parent
62bbeb9afc
commit
f5cf42bb60
@ -49,7 +49,7 @@ class ShopPanel extends React.PureComponent {
|
|||||||
footerButtonTitle={intl.formatMessage(messages.shop_now)}
|
footerButtonTitle={intl.formatMessage(messages.shop_now)}
|
||||||
footerButtonHref={URL_DISSENTER_SHOP}
|
footerButtonHref={URL_DISSENTER_SHOP}
|
||||||
>
|
>
|
||||||
<div className={[_s._, _s.flexRow, _s.flexWrap, _s.pl5, _s.pt5].join(' ')}>
|
<div className={[_s.d, _s.flexRow, _s.flexWrap, _s.pl5, _s.pt5].join(' ')}>
|
||||||
{
|
{
|
||||||
items.map((block, i) => (
|
items.map((block, i) => (
|
||||||
<ShopItem
|
<ShopItem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user