This commit is contained in:
mgabdev
2020-04-28 22:24:35 -04:00
parent c3d0d8bde2
commit 5efe40f301
34 changed files with 448 additions and 557 deletions

View File

@@ -83,6 +83,7 @@ class Account extends ImmutablePureComponent {
expanded: PropTypes.bool,
showDismiss: PropTypes.bool,
dismissAction: PropTypes.func,
withBio: PropTypes.bool,
}
updateOnProps = [
@@ -91,6 +92,7 @@ class Account extends ImmutablePureComponent {
'compact',
'expanded',
'showDismiss',
'withBio',
]
handleAction = () => {