Skip to content

Commit

Permalink
fix(notification-list): updated NotificationItem to check if source e…
Browse files Browse the repository at this point in the history
…xists
  • Loading branch information
Jonathan M. Tran committed Oct 30, 2019
1 parent 6f9ad2d commit 60d688c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
itemDueDate
}}</span>
</p>
<p class="blockquote-footer">
<p v-if="notification.source" class="blockquote-footer">
Source: <cite :title="notification.source">{{ notification.source }}</cite>
</p>
<p class="media-link" v-if="notification.url">
Expand Down

0 comments on commit 60d688c

Please sign in to comment.