Skip to content

Commit ddad3fb

Browse files
author
Jonathan M. Tran
committed
fix(notification-list) updated NotificationItem to check if source exists
1 parent cc561b7 commit ddad3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@uportal/notification-list/src/components/NotificationItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
itemDueDate
2727
}}</span>
2828
</p>
29-
<p class="blockquote-footer">
29+
<p v-if="notification.source" class="blockquote-footer">
3030
Source: <cite :title="notification.source">{{ notification.source }}</cite>
3131
</p>
3232
<p class="media-link" v-if="notification.url">

0 commit comments

Comments
 (0)