diff --git a/app/javascript/gabsocial/components/notification.js b/app/javascript/gabsocial/components/notification.js index 2cd9e397..4768a20f 100644 --- a/app/javascript/gabsocial/components/notification.js +++ b/app/javascript/gabsocial/components/notification.js @@ -93,8 +93,8 @@ class Notification extends ImmutablePureComponent { ) } - const DateWrapperContainer = !!status ? NavLink : Dummy const statusUrl = !!status ? status.get('uri') : '/' + const DateWrapperContainer = !!status && !!statusUrl ? NavLink : Dummy const containerClasses = CX({ d: 1, @@ -147,20 +147,17 @@ class Notification extends ImmutablePureComponent { {' '} {message} - { - !!statusUrl && - - - - - - - - - } + + + + + + + + {