Updated Placeholder Responsiveness and Added new Placeholders
• Updated: - Placeholder Responsiveness • Added: - new Placeholders
This commit is contained in:
@@ -37,7 +37,12 @@ class BookmarkedStatuses extends ImmutablePureComponent {
|
||||
}, 300, { leading: true })
|
||||
|
||||
render() {
|
||||
const { statusIds, hasMore, isLoading, isMyAccount } = this.props
|
||||
const {
|
||||
statusIds,
|
||||
hasMore,
|
||||
isLoading,
|
||||
isMyAccount,
|
||||
} = this.props
|
||||
|
||||
if (!isMyAccount) {
|
||||
return <ColumnIndicator type='missing' />
|
||||
|
||||
Reference in New Issue
Block a user