@true-engineering/true-react-common-ui-kit 3.28.1 → 3.28.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.
|
@@ -8269,6 +8269,8 @@
|
|
|
8269
8269
|
var itemProps = _object_spread_props$N(_object_spread$W({
|
|
8270
8270
|
testId: trueReactPlatformHelpers.getTestId(item.testId, "item-".concat(i))
|
|
8271
8271
|
}, item), {
|
|
8272
|
+
shouldDrawSpacerAbove: item.shouldDrawSpacerAbove && i !== 0,
|
|
8273
|
+
shouldDrawSpacerBelow: item.shouldDrawSpacerBelow && i !== items.length - 1,
|
|
8272
8274
|
onClick: function(event) {
|
|
8273
8275
|
return handleItemClick(event, item);
|
|
8274
8276
|
}
|