remove number animation delay
This commit is contained in:
parent
05ebd8b69a
commit
41accab8e7
|
@ -185,8 +185,6 @@ const SwapTokenChart: FunctionComponent<SwapTokenChartProps> = ({
|
|||
height={40}
|
||||
width={26}
|
||||
play
|
||||
delay={0.025}
|
||||
duration={1}
|
||||
numbers={formatFixedDecimals(mouseData['price'])}
|
||||
/>
|
||||
<span
|
||||
|
|
Loading…
Reference in New Issue