Skip to content

Commit

Permalink
fix: donot show with ppl chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Jul 10, 2024
1 parent b7eb497 commit c875ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/pages/Home/MultisigActionMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const MultisigActionMenu = ({
]

!selectedIsWatched &&
!hasPplChain &&
hasIdentityPallet &&
hasPplChain &&
opts.push({
text: 'Set identity',
icon: <IdentityIcon size={20} />,
Expand Down

0 comments on commit c875ae3

Please sign in to comment.