Skip to content

Commit

Permalink
Remove completed todo comment (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy authored Apr 3, 2023
1 parent 2ad75a5 commit 397022d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/contexts/DraftEmailContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 397022d

Please sign in to comment.