@bigbinary/neeto-molecules 3.16.47 → 3.16.48
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/dist/ShareViaLink.js
CHANGED
|
@@ -1812,7 +1812,9 @@ var ShareViaLink = function ShareViaLink(_ref) {
|
|
|
1812
1812
|
return /*#__PURE__*/createElement(PrivateRoute, {
|
|
1813
1813
|
permissions: permissions,
|
|
1814
1814
|
exact: true,
|
|
1815
|
-
component:
|
|
1815
|
+
component: function component() {
|
|
1816
|
+
return element;
|
|
1817
|
+
},
|
|
1816
1818
|
key: link,
|
|
1817
1819
|
path: path || link
|
|
1818
1820
|
});
|