This commit is contained in:
mgabdev
2020-04-07 21:06:59 -04:00
parent b5e3c2a94f
commit bb4fcdf32d
101 changed files with 1069 additions and 1886 deletions

View File

@@ -84,7 +84,7 @@ class AccountGallery extends ImmutablePureComponent {
isLoading,
hasMore,
intl,
account
account,
} = this.props
if (!account) return null
@@ -109,7 +109,7 @@ class AccountGallery extends ImmutablePureComponent {
}
{ /*
attachments.size == 0 &&
attachments.size === 0 &&
<ColumnIndicator type='empty' message={intl.formatMessage(messages.none)} />
*/ }