@riosst100/pwa-marketplace 2.7.3 → 2.7.4

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.7.3",
4
+ "version": "2.7.4",
5
5
  "main": "src/index.js",
6
6
  "pwa-studio": {
7
7
  "targets": {
@@ -87,20 +87,19 @@ const Image = props => {
87
87
  {...rest}
88
88
  />
89
89
  ) : (
90
- // <ResourceImage
91
- // alt={alt}
92
- // className={imageClass}
93
- // handleError={handleError}
94
- // handleLoad={handleImageLoad}
95
- // height={talonResourceHeight}
96
- // resource={resource}
97
- // type={type}
98
- // width={talonResourceWidth}
99
- // widths={widths}
100
- // ratio={ratio}
101
- // {...rest}
102
- // />
103
- <></>
90
+ <ResourceImage
91
+ alt={alt}
92
+ className={imageClass}
93
+ handleError={handleError}
94
+ handleLoad={handleImageLoad}
95
+ height={talonResourceHeight}
96
+ resource={resource}
97
+ type={type}
98
+ width={talonResourceWidth}
99
+ widths={widths}
100
+ ratio={ratio}
101
+ {...rest}
102
+ />
104
103
  );
105
104
 
106
105
  return (