|
@ -69,6 +69,10 @@ export default class AdminReport extends ImmutablePureComponent { |
|
|
render () { |
|
|
render () { |
|
|
const { intl, account, notification, unread, report } = this.props; |
|
|
const { intl, account, notification, unread, report } = this.props; |
|
|
|
|
|
|
|
|
|
|
|
if (!report) { |
|
|
|
|
|
return null; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// Links to the display name.
|
|
|
// Links to the display name.
|
|
|
const displayName = account.get('display_name_html') || account.get('username'); |
|
|
const displayName = account.get('display_name_html') || account.get('username'); |
|
|
const link = ( |
|
|
const link = ( |
|
|