Skip to content

Commit f804a91

Browse files
fix: personaActionButton display error (#6361)
Co-authored-by: Randolph <[email protected]>
1 parent 5f3ae1f commit f804a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mask/src/plugins/NextID/components/NextIdPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export function NextIdPage({ personaList }: NextIdPageProps) {
109109
firstTab.click()
110110
}
111111

112-
if (personaActionButton) {
112+
if (personaActionButton && isOwn) {
113113
return (
114114
<Stack justifyContent="center" direction="row" mt="24px">
115115
{personaActionButton}

0 commit comments

Comments
 (0)