Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Aug 12, 2024
1 parent 3f519fd commit 0893901
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/local/content/demos/listnames/ListNamesDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ const Demo = () => {
Data Source
</label>
<div className="flex gap-2">
<Button onClick={() => { }}>Subgraph</Button>
<Button onClick={() => { }} disabled>
<Button onClick={() => {}}>Subgraph</Button>
<Button onClick={() => {}} disabled>
Airstack
</Button>
<Button onClick={() => { }} disabled>
<Button onClick={() => {}} disabled>
Alchemy
</Button>
</div>
Expand Down

0 comments on commit 0893901

Please sign in to comment.