Skip to content

Commit e948305

Browse files
committed
fix lint error
1 parent 5a2480b commit e948305

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/guides/development/machine-auth/api-keys.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,14 @@ If you are using Clerk's [`<UserProfile />`](/docs/reference/components/user/use
3131
If you would like to prevent the API Keys tab from appearing in the user or organization profile components, you can pass a prop to the component to hide it as such:
3232

3333
```tsx
34-
// UserProfile Component
3534
<UserProfile apiKeysProps={{ hide: true }} />
35+
```
3636

37-
// OrganizationProfile Component
37+
```tsx
3838
<OrganizationProfile apiKeysProps={{ hide: true }} />
39+
```
3940

40-
// UserButton Component
41+
```tsx
4142
<UserButton userProfileProps={{ apiKeysProps: { hide: true } }} />
4243
```
4344

0 commit comments

Comments
 (0)