Skip to content

Commit

Permalink
Update [contract].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
r3lays authored Feb 23, 2024
1 parent 0f097c0 commit 06b9419
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/[chain]/collection/[contract].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,6 @@ const CollectionPage: NextPage<Props> = ({ id, ssr }) => {
css={{ pl: 42 }}
placeholder="Search by token name"
onChange={(e) => {
resetCache()
setTokenSearchQuery(e.target.value)
}}
value={tokenSearchQuery}
Expand Down

0 comments on commit 06b9419

Please sign in to comment.