(fix) show correct spend on ui

This commit is contained in:
Ishaan Jaff 2024-03-29 09:41:00 -07:00
parent 6233351b01
commit 7df2d7cb33
4 changed files with 6 additions and 18 deletions

View file

@ -231,7 +231,8 @@ export const getTotalSpendCall = async (
}
const data = await response.json();
//message.info("Received model data");
message.info("global spend", data);
console.log("global soend", data)
return data;
// Handle success - you might want to update some state or UI based on the created key
} catch (error) {