Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
achowdhry-ripple committed Nov 6, 2024
1 parent 5036059 commit c9fec39
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export const TokenSearchRow = ({
}: SearchResultRowProps): JSX.Element => {
const { t } = useTranslation()

console.log(token)
return (
<Link
to={`/token/${token.currency}.${token.issuer}`}
Expand Down

0 comments on commit c9fec39

Please sign in to comment.