@lingk/sync 1.0.7 → 1.0.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/build/credentialSections.js +1 -1
- package/build/credentialSections.js.map +1 -1
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js.map +1 -1
- package/build/lingk.js +4 -1
- package/build/lingk.js.map +1 -1
- package/build/lingkStyles.js.map +1 -1
- package/build/loadData.js.map +1 -1
- package/build/main.js +43 -31
- package/build/main.js.map +1 -1
- package/build/metadataFunctions.js.map +1 -1
- package/build/reducer.js.map +1 -1
- package/build/saveData.js.map +1 -1
- package/package.json +1 -1
|
@@ -727,7 +727,7 @@ module.exports =
|
|
|
727
727
|
return _react2.default.createElement(
|
|
728
728
|
'div',
|
|
729
729
|
{ className: 'env-section-body' },
|
|
730
|
-
config.message && !isGoogle
|
|
730
|
+
config.message && !isGoogle ? _react2.default.createElement(
|
|
731
731
|
'p',
|
|
732
732
|
null,
|
|
733
733
|
config.message,
|