@kaspernj/api-maker 1.0.376 → 1.0.377
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/package.json +1 -1
- package/src/table/table.jsx +1 -1
package/package.json
CHANGED
package/src/table/table.jsx
CHANGED
|
@@ -525,7 +525,7 @@ export default memo(shapeComponent(class ApiMakerTable extends ShapeComponent {
|
|
|
525
525
|
}
|
|
526
526
|
|
|
527
527
|
isSmallScreen() {
|
|
528
|
-
if (this.
|
|
528
|
+
if (this.breakpoint == "xs" || this.breakpoint == "sm") return true
|
|
529
529
|
|
|
530
530
|
return false
|
|
531
531
|
}
|