We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619427a commit 818a14bCopy full SHA for 818a14b
1 file changed
โsrc/components/draft/DraftList.tsxโ
@@ -48,6 +48,7 @@ const DraftList = (props: DraftListProps) => {
48
draftType === 'send'
49
? setLetterState({
50
draftId: response.data.draftKey,
51
+ senderName: '',
52
receiverName: response.data.receiverName,
53
content: response.data.content,
54
images: response.data.images,
0 commit comments