Skip to content

Commit 818a14b

Browse files
committed
๐Ÿ› fix(#172): ํŽธ์ง€ ์ž„์‹œ์ €์žฅ ์‹œ senderName store ์ดˆ๊ธฐํ™”
1 parent 619427a commit 818a14b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

โ€Žsrc/components/draft/DraftList.tsxโ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const DraftList = (props: DraftListProps) => {
4848
draftType === 'send'
4949
? setLetterState({
5050
draftId: response.data.draftKey,
51+
senderName: '',
5152
receiverName: response.data.receiverName,
5253
content: response.data.content,
5354
images: response.data.images,

0 commit comments

Comments
ย (0)