Skip to content

Commit e63a018

Browse files
committed
temp console log add
1 parent 2fc0ee2 commit e63a018

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/context/HealthContext.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const HealthContextProvider: React.FC<Props> = React.memo(({ children }) => {
7373
console.log(temp.length,servers.length)
7474
setServices([`${service}`]);
7575
let transformedData: any = {};
76+
console.log({temp})
7677
transformedData = healthTransformer(temp); //must match the setHealthData STATE format
7778
setHealthData(transformedData);
7879
}

0 commit comments

Comments
 (0)