Skip to content

Commit

Permalink
chore: fix typo (#2593)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwoktung authored Feb 20, 2023
1 parent a342e51 commit 858c1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/views/Swap/hooks/useSwapUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function useSwapSlippageAuto(): ISlippageAuto {
if (popularCoingeckoIds && popularCoingeckoIds.includes(coingeckoId)) {
return { type: 'popular' as TokenCoingeckoType, value: levels.popular };
}
return { type: 'others' as TokenCoingeckoType, value: levels.popular };
return { type: 'others' as TokenCoingeckoType, value: levels.others };
},
[coingeckoIds, levels],
);
Expand Down

0 comments on commit 858c1b7

Please sign in to comment.