@fto-consult/expo-ui 2.3.4 → 2.3.5

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": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -402,7 +402,6 @@ export const prepareFilters = (filtersToPrepare,opts)=>{
402
402
  filters[f.operator].push(ob)
403
403
  }
404
404
  });
405
- const f = convertToSQL(filters);
406
405
  return convToSQL ? convertToSQL(filters) : filters;
407
406
  }
408
407