Skip to content

Commit

Permalink
fix: wrong slide number
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 committed Dec 20, 2024
1 parent 43ce140 commit 11e5306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/views/Swap/Component/Token.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const SwapTokenItem = (props: SwapTokenItemProps) => {
(e) => {
onValueChange?.(e.target.value);
},
[]
[onValueChange]
);

useLayoutEffect(() => {
Expand Down

0 comments on commit 11e5306

Please sign in to comment.