Address issue with notifications page.
This commit is contained in:
parent
444f9a156b
commit
0839160efd
|
@ -148,7 +148,7 @@ class Notification extends ImmutablePureComponent {
|
||||||
{message}
|
{message}
|
||||||
</Text>
|
</Text>
|
||||||
{
|
{
|
||||||
!!createdAt &&
|
!!statusUrl &&
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<DotTextSeperator />
|
<DotTextSeperator />
|
||||||
<DateWrapperContainer
|
<DateWrapperContainer
|
||||||
|
@ -208,4 +208,4 @@ Notification.propTypes = {
|
||||||
isDeckConnected: PropTypes.bool,
|
isDeckConnected: PropTypes.bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
export default injectIntl(Notification)
|
export default injectIntl(Notification)
|
||||||
|
|
Loading…
Reference in New Issue