@7shifts/sous-chef 3.43.1 → 3.43.2
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -9734,7 +9734,7 @@ var FormSection = function FormSection(_ref) {
|
|
|
9734
9734
|
noMargin = _ref$noMargin === void 0 ? false : _ref$noMargin,
|
|
9735
9735
|
testId = _ref.testId,
|
|
9736
9736
|
as = _ref.as;
|
|
9737
|
-
var content = React__default.createElement(Stack, null, React__default.createElement(Stack, {
|
|
9737
|
+
var content = React__default.createElement(Stack, null, (title || subtitle) && React__default.createElement(Stack, {
|
|
9738
9738
|
space: 8
|
|
9739
9739
|
}, title && React__default.createElement("h2", {
|
|
9740
9740
|
className: classnames(styles$Y['form-section__title'])
|