Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh committed Sep 20, 2023
1 parent e946486 commit 85aa6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/swapv2/LiquiditySourcesPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const LiquiditySourceHeader = styled.div`
align-items: center;
`

export const isKyberSwapDex = (id: string) => id.includes('kyber')
export const isKyberSwapDex = (id: string) => id.toLowerCase().includes('kyber')

const LiquiditySourcesPanel: React.FC<Props> = ({ onBack }) => {
const [searchText, setSearchText] = useState('')
Expand Down

0 comments on commit 85aa6fb

Please sign in to comment.