Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Sep 10, 2024
1 parent 7230fa6 commit c2d0a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/docs/components/TransactionWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ export default function TransactionWrapper({

function onStatus(status: LifeCycleStatus) {
console.log('LifecycleStatus', status);
};
}

return (
<main className="flex flex-col">
<div className="flex max-w-[450px] items-center justify-center rounded-lg p-4">
{children({ address, contracts, onError, onSuccess, onStatus})}
{children({ address, contracts, onError, onSuccess, onStatus })}
</div>
</main>
);
Expand Down
2 changes: 1 addition & 1 deletion site/docs/pages/transaction/transaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Execute one or multiple `contracts` using the Transaction component. Each `contr

:::code-group

```tsx [TransactionComponents.tsx]
```tsx twoslash [TransactionComponents.tsx]
import { useCallback } from 'react';
import { Avatar, Name } from '@coinbase/onchainkit/identity';
import { // [!code focus]
Expand Down

0 comments on commit c2d0a76

Please sign in to comment.