@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaspernj/api-maker",
3
- "version": "1.0.376",
3
+ "version": "1.0.377",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "index.js",
@@ -525,7 +525,7 @@ export default memo(shapeComponent(class ApiMakerTable extends ShapeComponent {
525
525
  }
526
526
 
527
527
  isSmallScreen() {
528
- if (this.props.breakpoint == "xs" || this.props.breakpoint == "sm") return true
528
+ if (this.breakpoint == "xs" || this.breakpoint == "sm") return true
529
529
 
530
530
  return false
531
531
  }