Skip to content

Commit

Permalink
fix: reply to email option
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Feb 6, 2025
1 parent a037ab9 commit 1c23f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desk/src/components/EmailArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@click="
emit('reply', {
content: content,
to: to ?? sender.name,
to: to && sender.name,
})
"
>
Expand Down

0 comments on commit 1c23f29

Please sign in to comment.