@fto-consult/expo-ui 6.74.7 → 6.74.8

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": "@fto-consult/expo-ui",
3
- "version": "6.74.7",
3
+ "version": "6.74.8",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {
@@ -407,7 +407,6 @@ const SWRDatagridComponent = React.forwardRef((props,ref)=>{
407
407
  if(force){
408
408
  pageRef.current = firstPage;
409
409
  }
410
- console.log("will fetch ",force,props);
411
410
  doRefresh(force);
412
411
  return false;
413
412
  }}