@mjhls/mjh-framework 1.0.168 → 1.0.169

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.168
2
+ # mjh-framework v. 1.0.169
3
3
 
4
4
 
5
5
 
package/dist/index.es.js CHANGED
@@ -16932,6 +16932,8 @@ var FigureComponent = function FigureComponent(_ref) {
16932
16932
  // eslint-disable-next-line react-hooks/exhaustive-deps
16933
16933
  }, []);
16934
16934
 
16935
+ if (!node$$1.asset) return null;
16936
+
16935
16937
  return React__default.createElement(
16936
16938
  Figure,
16937
16939
  { className: 'd-block', style: { width: imageWidth, maxWidth: '100%', clear: 'both', float: imgFloat, margin: figureMargin } },