Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Sep 8, 2024
1 parent b551325 commit c079fe9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion playground/nextjs-app-router/components/demo/Transaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ function TransactionDemo() {
capabilities={capabilities}
onStatus={handleOnStatus}
>
<TransactionButton text="Click" disabled={!chainId && !transactionType}/>
<TransactionButton
text="Click"
disabled={!chainId && !transactionType}
/>
<TransactionSponsor />
<TransactionStatus>
<TransactionStatusLabel />
Expand Down

0 comments on commit c079fe9

Please sign in to comment.