Fixed issue in ShopPanel style formatting

• Fixed:
- issue in ShopPanel style formatting
This commit is contained in:
mgabdev 2020-08-19 17:36:55 -05:00
parent 62bbeb9afc
commit f5cf42bb60
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class ShopPanel extends React.PureComponent {
footerButtonTitle={intl.formatMessage(messages.shop_now)}
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) => (
<ShopItem