Skip to content

Commit

Permalink
Fix identity effect with twitter (polkadot-js#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored and KarishmaBothara committed Feb 20, 2020
1 parent 71bd453 commit 2249ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-accounts/src/modals/Identity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function Identity ({ address, className, onClose }: Props): React.ReactElement<P
// pgpFingerprint: hasPgp ? valPgp : null
});
// errImg, errPgp, hasImg, hasPgp, valImg, valPgp,
}, [hasEmail, hasLegal, hasRiot, hasWeb, valDisplay, valEmail, valLegal, valRiot, valWeb]);
}, [hasEmail, hasLegal, hasRiot, hasTwitter, hasWeb, valDisplay, valEmail, valLegal, valRiot, valTwitter, valWeb]);

return (
<Modal
Expand Down

0 comments on commit 2249ce2

Please sign in to comment.