Skip to content

Commit f1b8223

Browse files
committed
chore: default to 0
1 parent 5508848 commit f1b8223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/mobile/src/routes/app/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function WaterMeterComponent() {
3737
const data = await response.json();
3838
return data;
3939
},
40-
initialData: { waterMetersCount: 0, totalWaterConsumption: "123" },
40+
initialData: { waterMetersCount: 0, totalWaterConsumption: 0 },
4141
});
4242
return (
4343
<div className="h-full w-full">

0 commit comments

Comments
 (0)