|
|
@ -55,7 +55,7 @@ const makeMapStateToProps = () => { |
|
|
|
let account = undefined; |
|
|
|
let account = undefined; |
|
|
|
let prepend = undefined; |
|
|
|
let prepend = undefined; |
|
|
|
|
|
|
|
|
|
|
|
if (props.featured) { |
|
|
|
if (props.featured && status) { |
|
|
|
account = status.get('account'); |
|
|
|
account = status.get('account'); |
|
|
|
prepend = 'featured'; |
|
|
|
prepend = 'featured'; |
|
|
|
} else if (reblogStatus !== null && typeof reblogStatus === 'object') { |
|
|
|
} else if (reblogStatus !== null && typeof reblogStatus === 'object') { |
|
|
|