We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df7572 commit a7b99bdCopy full SHA for a7b99bd
src/screens/EmpowerPlant.tsx
@@ -74,7 +74,6 @@ const EmpowerPlant = ({navigation}) => {
74
}, [navigation]);
75
76
React.useEffect(() => {
77
- fetch(`${BACKEND_URL}/success`) // exists just to add span data to demo
78
loadData(); // this line is not blocking
79
}, []);
80
src/screens/HomeScreen.tsx
@@ -108,8 +108,8 @@ const HomeScreen = (props: Props) => {
108
console.log('Test scope properties were set.');
109
};
110
111
- React.useEffect(() => {
112
+ React.useEffect(() => {
+ fetch(`${BACKEND_URL}/success`)
113
114
115
return (
0 commit comments