@mouseless/baked 1.3.2 → 1.3.3
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/module.json
CHANGED
|
@@ -268,8 +268,8 @@ function bodyCellClass(column) {
|
|
|
268
268
|
const columnClass = total <= LABEL_COLUMN_BP ? "b-label-column--narrow" : "b-label-column--wide";
|
|
269
269
|
if (column.key == labelColumn.key) {
|
|
270
270
|
classes[columnClass] = true;
|
|
271
|
-
return classes;
|
|
272
271
|
}
|
|
272
|
+
return classes;
|
|
273
273
|
}
|
|
274
274
|
function exportFunction({ data: data2, field }) {
|
|
275
275
|
if (!formatter) {
|