Skip to content

Commit

Permalink
fix(clerk-js): Use the correct element id for the invitation preview
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper committed Nov 22, 2023
1 parent 1fcd799 commit dfa0e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const InvitationPreview = withCardStateProvider(
})}
>
<OrganizationPreview
elementId='organizationSwitcherTrigger'
elementId='organizationSwitcherListedOrganization'
avatarSx={t => ({ margin: `0 calc(${t.space.$3}/2)` })}
organization={publicOrganizationData}
size='sm'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const InvitationPreview = withCardStateProvider(
})}
>
<OrganizationPreview
elementId='organizationSwitcherTrigger'
elementId='organizationSwitcherListedOrganization'
avatarSx={t => ({ margin: `0 calc(${t.space.$3}/2)` })}
organization={publicOrganizationData}
size='sm'
Expand Down

0 comments on commit dfa0e52

Please sign in to comment.