@kaspernj/api-maker 1.0.296 → 1.0.298
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 +0 -3
package/package.json
CHANGED
package/src/table/table.jsx
CHANGED
|
@@ -195,9 +195,6 @@ class ApiMakerTable extends React.PureComponent {
|
|
|
195
195
|
|
|
196
196
|
return (
|
|
197
197
|
<div className={this.className()}>
|
|
198
|
-
<div>
|
|
199
|
-
queryQName: {this.shape.queryQName}
|
|
200
|
-
</div>
|
|
201
198
|
{preload !== undefined &&
|
|
202
199
|
<CollectionLoader
|
|
203
200
|
abilities={this.abilitiesToLoad()}
|