Updated Placeholder Responsiveness and Added new Placeholders

• Updated:
- Placeholder Responsiveness

• Added:
- new Placeholders
This commit is contained in:
mgabdev
2020-07-29 15:40:47 -05:00
parent 73234ac52b
commit 13127960c4
24 changed files with 256 additions and 89 deletions

View File

@@ -74,7 +74,6 @@ class AccountTimeline extends ImmutablePureComponent {
render() {
const {
account,
statusIds,
featuredStatusIds,
isLoading,
@@ -82,8 +81,6 @@ class AccountTimeline extends ImmutablePureComponent {
intl
} = this.props
if (!account) return null
return (
<StatusList
scrollKey='account_timeline'