We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5508848 commit f1b8223Copy full SHA for f1b8223
apps/mobile/src/routes/app/index.tsx
@@ -37,7 +37,7 @@ function WaterMeterComponent() {
37
const data = await response.json();
38
return data;
39
},
40
- initialData: { waterMetersCount: 0, totalWaterConsumption: "123" },
+ initialData: { waterMetersCount: 0, totalWaterConsumption: 0 },
41
});
42
return (
43
<div className="h-full w-full">
0 commit comments