Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@ export function EntityWithEverything(
<div class="flex w-[20cqw] gap-2 font-semibold shrink-0">
{/* Sender Name */}
<div class="truncate">
{displayedNames() ?? props.entity.senderName}
{displayedNames() ??
props.entity.senderName ??
props.entity.senderEmail?.split('@')[0]}
</div>
{/* Sender Email Address */}
{/* <Show
Expand Down