@secondstaxorg/sscomp 2.1.18 → 2.1.19
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/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27210,7 +27210,7 @@ const TablePrimary = (props) => {
|
|
|
27210
27210
|
if (!showPagination){
|
|
27211
27211
|
setTbodyItems(tbody );
|
|
27212
27212
|
}
|
|
27213
|
-
},[showPagination,tbodyOri]);
|
|
27213
|
+
},[showPagination,tbodyOri,tbody]);
|
|
27214
27214
|
|
|
27215
27215
|
return (
|
|
27216
27216
|
React$1.createElement(React$1.Fragment, null
|