in src/components/graphs/lineGraph.tsx [139:146]
from: parseFloat((from / 1000).toFixed(3)),
until: parseFloat((until / 1000).toFixed(3)),
step: 28,
});
if (
Array.isArray(response?.data?.data) &&
response?.data?.data.length == 0
) {