From 397022da267823118bf44d6a478c410ba1961ff7 Mon Sep 17 00:00:00 2001 From: Chongyi Zheng Date: Sun, 2 Apr 2023 20:44:49 -0400 Subject: [PATCH] Remove completed todo comment (#215) --- web/src/contexts/DraftEmailContext.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/contexts/DraftEmailContext.ts b/web/src/contexts/DraftEmailContext.ts index 570b1d0d15..eee13eeb3e 100644 --- a/web/src/contexts/DraftEmailContext.ts +++ b/web/src/contexts/DraftEmailContext.ts @@ -65,7 +65,6 @@ export function draftEmailReducer(state: State, action: Action): State { } as DraftEmail if (action.isReply && action.replyEmail) { - // TODO: use the correct sender based on domain if (action.replyEmail.type === 'inbox') { newEmail.from = determineFromAddress( action.replyEmail.to,