Skip to content

Commit

Permalink
Merge pull request #17965 from davelopez/24.0_fix_notification_displa…
Browse files Browse the repository at this point in the history
…y_time

[24.0] Fix notification display time
  • Loading branch information
dannon authored Apr 11, 2024
2 parents 6fbd2ab + 4551d50 commit ce8fdf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function getNotificationExpirationTitle(notification: UserNotification) {
<div v-if="notification" class="notification-actions">
<div class="notification-actions-body">
<BBadge v-b-tooltip pill>
<UtcDate :date="notification.create_time" mode="elapsed" />
<UtcDate :date="notification.publication_time ?? notification.create_time" mode="elapsed" />
</BBadge>

<BButtonGroup class="notification-actions-buttons">
Expand Down

0 comments on commit ce8fdf1

Please sign in to comment.