Remove duplicate timestamps

This commit is contained in:
Jed Fox 2022-11-21 08:40:04 -05:00
parent 82da37e1e7
commit 788bdb14f8
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ extension NotificationView.ViewModel {
.map { timestamp, _ in
timestamp?.localizedTimeAgoSinceNow ?? ""
}
.removeDuplicates()
formattedTimestamp
.sink { timestamp in