Skip to content

Commit

Permalink
nit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiKJha committed Feb 4, 2025
1 parent a0d34ad commit 7abb5f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default class PermissionPageContainerContent extends PureComponent {
>
<PermissionsConnectPermissionList
permissions={selectedPermissions}
subjectName={displayOrigin}
subjectName={subjectMetadata.origin}
accounts={accounts}
requestedChainIds={requestedChainIds}
/>
Expand Down

0 comments on commit 7abb5f8

Please sign in to comment.