fix: correctly fetch bills

This commit is contained in:
André Sá 2022-08-30 17:58:52 +01:00
parent 978f33b498
commit 8a50dbf435

View file

@ -74,12 +74,12 @@ const MachineRoute = () => {
setLoading(false)
},
variables: {
deviceId: id
},
deviceId: id,
billFilters: {
deviceId: id,
batch: 'none'
}
}
})
const reload = () => {