@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.js
CHANGED
|
@@ -9738,7 +9738,7 @@ var FormSection = function FormSection(_ref) {
|
|
|
9738
9738
|
noMargin = _ref$noMargin === void 0 ? false : _ref$noMargin,
|
|
9739
9739
|
testId = _ref.testId,
|
|
9740
9740
|
as = _ref.as;
|
|
9741
|
-
var content = React__default.createElement(Stack, null, React__default.createElement(Stack, {
|
|
9741
|
+
var content = React__default.createElement(Stack, null, (title || subtitle) && React__default.createElement(Stack, {
|
|
9742
9742
|
space: 8
|
|
9743
9743
|
}, title && React__default.createElement("h2", {
|
|
9744
9744
|
className: classnames(styles$Y['form-section__title'])
|