Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
scottheng96 committed Jan 22, 2025
1 parent 2354aec commit 2fdda59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const getAnswerForAddress = (
myInfo: response.myInfo,
isVisible: response.isVisible,
isUserVerified: response.isUserVerified,
answer: handleAddressResponseDisplayEmail(response.answerArray), //TODO Update this
answer: handleAddressResponseDisplayEmail(response.answerArray).join(', '), //TODO Update this
}
}

Expand Down

0 comments on commit 2fdda59

Please sign in to comment.