@fto-consult/expo-ui 6.34.2 → 6.34.3
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/context/Provider.js +1 -2
package/package.json
CHANGED
package/src/context/Provider.js
CHANGED
@@ -10,7 +10,6 @@ import Login from "$eauth/Login";
|
|
10
10
|
import {modes} from "$ecomponents/TextField";
|
11
11
|
import {isMobileMedia} from "$cdimensions";
|
12
12
|
import { prepareScreens } from "./TableData";
|
13
|
-
import ERealmProvider from "$erealmProvider";
|
14
13
|
|
15
14
|
|
16
15
|
/*****
|
@@ -151,7 +150,7 @@ const Provider = ({children,getTableData,handleHelpScreen,navigation,components,
|
|
151
150
|
structsData,
|
152
151
|
appConfig
|
153
152
|
}}
|
154
|
-
children={
|
153
|
+
children={children}
|
155
154
|
/>;
|
156
155
|
}
|
157
156
|
const getTableOrStructDataCall = (tablesOrStructDatas,getTableOrStructDataFunc)=>{
|