feat: Add Google Mail thread list item

This commit is contained in:
2024-01-26 22:50:13 +01:00
parent 3df827ebd7
commit e0f90b0c42
12 changed files with 185 additions and 72 deletions

View File

@@ -43,7 +43,7 @@ export function LinearProjectNotificationListItem({
<NotificationActions
notification={notification}
detailsTarget={
<LinearProjectPreview notification={notification} linearProject={linearProjectNotification.issue} />
<LinearProjectPreview notification={notification} linearProject={linearProjectNotification.project} />
}
mutate={mutate}
/>