Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/onchainkit/token/token-row.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The `TokenRow` component displays token information in a row format to be used i

## Usage

Token with an image url
Token with an image url:

```tsx
// @noErrors: 1109 - Expression expected
Expand Down Expand Up @@ -36,7 +36,7 @@ const token = { ... };
/>
</App> */}

Token without an image url
Token without an image url:

```tsx
// @noErrors: 1109 - Expression expected
Expand Down Expand Up @@ -66,7 +66,7 @@ const token = { ... };
/>
</App> */}

Token with an amount
Token with an amount:

```tsx
// @noErrors: 1109 - Expression expected
Expand Down Expand Up @@ -110,7 +110,7 @@ const token = { ... };
/>
</App> */}

Variations with `hideImage` and `hideSymbol`
Variations with `hideImage` and `hideSymbol`:

```tsx
// @noErrors: 1109 - Expression expected
Expand Down