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 2fc0ee2 commit e63a018Copy full SHA for e63a018
1 file changed
app/context/HealthContext.tsx
@@ -73,6 +73,7 @@ const HealthContextProvider: React.FC<Props> = React.memo(({ children }) => {
73
console.log(temp.length,servers.length)
74
setServices([`${service}`]);
75
let transformedData: any = {};
76
+ console.log({temp})
77
transformedData = healthTransformer(temp); //must match the setHealthData STATE format
78
setHealthData(transformedData);
79
}
0 commit comments