@omniumretail/component-library 1.3.49 → 1.3.50
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.
|
@@ -25232,7 +25232,7 @@ const ResponsiveTable = (props) => {
|
|
|
25232
25232
|
Tag,
|
|
25233
25233
|
{
|
|
25234
25234
|
color: originalCellContent.secondaryColor,
|
|
25235
|
-
style: { margin: -4, cursor: "
|
|
25235
|
+
style: { margin: -4, cursor: "pointer" },
|
|
25236
25236
|
children: originalCellContent.secondaryType
|
|
25237
25237
|
}
|
|
25238
25238
|
);
|
|
@@ -25242,9 +25242,6 @@ const ResponsiveTable = (props) => {
|
|
|
25242
25242
|
return null;
|
|
25243
25243
|
}
|
|
25244
25244
|
if (isSelected && selectedCells[cellIndex]?.value?.type === "F") {
|
|
25245
|
-
if (originalCellContent?.type === "S" || originalCellContent?.type === "D") {
|
|
25246
|
-
return null;
|
|
25247
|
-
}
|
|
25248
25245
|
return /* @__PURE__ */ jsx(
|
|
25249
25246
|
Tag,
|
|
25250
25247
|
{
|