@riosst100/pwa-marketplace 2.4.8 → 2.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riosst100/pwa-marketplace",
3
3
  "author": "riosst100@gmail.com",
4
- "version": "2.4.8",
4
+ "version": "2.4.9",
5
5
  "main": "src/index.js",
6
6
  "pwa-studio": {
7
7
  "targets": {
@@ -195,7 +195,7 @@ const Product = props => {
195
195
  />
196
196
  </div>
197
197
  {editItemSection}
198
- <li>
198
+ <span>
199
199
  <AddToListButton
200
200
  // {...addToWishlistProps}
201
201
  afterAdd={afterAdd}
@@ -210,7 +210,7 @@ const Product = props => {
210
210
  }}
211
211
  icon={HeartIcon}
212
212
  />
213
- </li>
213
+ </span>
214
214
  {/* <Section
215
215
  // text={formatMessage({
216
216
  // id: 'product.removeFromCart',
@@ -147,7 +147,7 @@ const Header = props => {
147
147
  hasBeenOffline={hasBeenOffline}
148
148
  isOnline={isOnline}
149
149
  />
150
- <style jsx>
150
+ <style jsx="true">
151
151
  {`
152
152
  .logo-wrapper>img:first-child {
153
153
  height: ${IMAGE_HEIGHT}px;