Skip to content

Commit

Permalink
Indent all attributes /2
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jan 8, 2020
1 parent 2ab54c4 commit 9ce75a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/features/mark-unread.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ function getNotification(notification: Notification): Element {
<span className={`type-icon type-icon-state-${state}`}>
{stateIcons[type][state]()}
</span>
<a className="css-truncate-target js-notification-target js-navigation-open list-group-item-link" href={url}
<a
className="css-truncate-target js-notification-target js-navigation-open list-group-item-link"
href={url}
data-hovercard-url={`${url}/hovercard?show_subscription_status=true`}
>
{title}
Expand Down

0 comments on commit 9ce75a9

Please sign in to comment.