Skip to content

Commit

Permalink
fix: personaActionButton display error (#6361)
Browse files Browse the repository at this point in the history
Co-authored-by: Randolph <[email protected]>
  • Loading branch information
Randolph314 and randolphph authored May 26, 2022
1 parent 5f3ae1f commit f804a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mask/src/plugins/NextID/components/NextIdPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export function NextIdPage({ personaList }: NextIdPageProps) {
firstTab.click()
}

if (personaActionButton) {
if (personaActionButton && isOwn) {
return (
<Stack justifyContent="center" direction="row" mt="24px">
{personaActionButton}
Expand Down

0 comments on commit f804a91

Please sign in to comment.