Skip to content

Commit 1c23f29

Browse files
committed
fix: reply to email option
1 parent a037ab9 commit 1c23f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desk/src/components/EmailArea.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@click="
3535
emit('reply', {
3636
content: content,
37-
to: to ?? sender.name,
37+
to: to && sender.name,
3838
})
3939
"
4040
>

0 commit comments

Comments
 (0)