Skip to content

Commit 0a662fa

Browse files
author
fangedShadow
committed
fixing the code issue
1 parent 727dbbd commit 0a662fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LBDashboard/LbAnalytics/DemandOverTime/DemandOverTime.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const DemandOverTime = ({
4242
return min + (r % range);
4343
}
4444
}
45-
return Math.floor(Math.random() * range) + min;
45+
return 0;
4646
}
4747

4848
const generateDummyData = () => {

0 commit comments

Comments
 (0)