Address issue with notifications page.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user