Animate seller dashboard chart
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 47s

This commit is contained in:
Cauê Faleiros
2026-06-26 15:02:16 -03:00
parent 901752ebc5
commit 285587bda5

View File

@@ -624,7 +624,10 @@ const Dashboard = () => {
}} }}
onClick={() => setFocusedSellerId(current => current === seller.id ? null : seller.id)} onClick={() => setFocusedSellerId(current => current === seller.id ? null : seller.id)}
style={{ cursor: 'pointer' }} style={{ cursor: 'pointer' }}
isAnimationActive={false} isAnimationActive
animationBegin={120}
animationDuration={700}
animationEasing="ease-out"
/> />
); );
})} })}