Address issue with notifications page.

This commit is contained in:
Fosco Marotto 2021-02-28 19:14:36 -05:00
parent 444f9a156b
commit 0839160efd

@ -148,7 +148,7 @@ class Notification extends ImmutablePureComponent {
{message}
</Text>
{
!!createdAt &&
!!statusUrl &&
<React.Fragment>
<DotTextSeperator />
<DateWrapperContainer
@ -208,4 +208,4 @@ Notification.propTypes = {
isDeckConnected: PropTypes.bool,
}
export default injectIntl(Notification)
export default injectIntl(Notification)