mozrest-sdk-react-dev 0.2.42 → 0.2.43
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/mozrest-sdk.es.js +1 -1
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -85894,7 +85894,7 @@ const FormToolBar = ({
|
|
|
85894
85894
|
venueId,
|
|
85895
85895
|
onDisconnect,
|
|
85896
85896
|
isDisconnecting: facebookPublishing === "in_progress"
|
|
85897
|
-
}),
|
|
85897
|
+
}), /* @__PURE__ */ React__default.createElement(TripadvisorButton, {
|
|
85898
85898
|
venueId,
|
|
85899
85899
|
isConnected: TripadvisorConnected,
|
|
85900
85900
|
reload: reloadConnect,
|