remove dropoff calc from db query

This commit is contained in:
Francis Cao 2023-07-24 11:57:46 -07:00
parent 858f465566
commit 711ad2bbcf
3 changed files with 15 additions and 34 deletions

View file

@ -78,7 +78,7 @@ const AnimatedRow = ({
showPercentage = true,
}) => {
const props = useSpring({
width: Number(percent),
width: percent,
y: value,
from: { width: 0, y: 0 },
config: animate ? config.default : { duration: 0 },