diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index 5881b9c..7b4722f 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -624,7 +624,10 @@ const Dashboard = () => { }} onClick={() => setFocusedSellerId(current => current === seller.id ? null : seller.id)} style={{ cursor: 'pointer' }} - isAnimationActive={false} + isAnimationActive + animationBegin={120} + animationDuration={700} + animationEasing="ease-out" /> ); })}