diff --git a/src/ui/views/Swap/Component/Token.tsx b/src/ui/views/Swap/Component/Token.tsx index c186df16b18..7c905987116 100644 --- a/src/ui/views/Swap/Component/Token.tsx +++ b/src/ui/views/Swap/Component/Token.tsx @@ -153,7 +153,7 @@ export const SwapTokenItem = (props: SwapTokenItemProps) => { (e) => { onValueChange?.(e.target.value); }, - [] + [onValueChange] ); useLayoutEffect(() => {