@7shifts/sous-chef 3.45.4 → 3.45.5
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.modern.js
CHANGED
|
@@ -9044,10 +9044,11 @@ var DataTable$1 = function DataTable(_ref) {
|
|
|
9044
9044
|
className: classnames(styles$b['data-table__body'], (_classNames3 = {}, _classNames3[styles$b['data-table__body--no-bottom-radius']] = isShowingFooter && isShowingContent, _classNames3)),
|
|
9045
9045
|
"data-testid": testId
|
|
9046
9046
|
}, isShowingContent && content.map(function (item, index) {
|
|
9047
|
+
var _item$key;
|
|
9047
9048
|
return React__default.createElement(RowItem, {
|
|
9048
9049
|
item: item,
|
|
9049
9050
|
columns: columns,
|
|
9050
|
-
key: index,
|
|
9051
|
+
key: (_item$key = item === null || item === void 0 ? void 0 : item.key) != null ? _item$key : index,
|
|
9051
9052
|
index: index,
|
|
9052
9053
|
testId: testId
|
|
9053
9054
|
});
|