fix: recall info on thank you card (#3016)

This commit is contained in:
Saurabh Chaddha
2024-08-17 01:41:15 +05:30
committed by GitHub
parent 8e1f43eb8b
commit e9c5b00628

View File

@@ -104,7 +104,7 @@ export const EndingCard = ({
<Subheader
subheader={
endingCard.type === "endScreen"
? getLocalizedValue(endingCard.subheader, languageCode)
? replaceRecallInfo(getLocalizedValue(endingCard.subheader, languageCode), responseData)
: "They will be forwarded immediately"
}
questionId="EndingCard"