feat(undo-log): hyperlink email rows in Undo Log Detail (#474) #547

Merged
guettlibot merged 3 commits from refs/pull/547/head into main 2026-06-10 11:15:51 +00:00
Showing only changes of commit 54c1aa054c - Show all commits
+1 -2
View File
@@ -95,8 +95,7 @@ class UndoLogDetailScreen extends ConsumerWidget {
),
),
...action.originalEmails.map(
(email) =>
_EmailTile(email: email, accountId: action.accountId),
(email) => _EmailTile(email: email, accountId: action.accountId),
),
],
),