mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-24 10:35:20 -06:00
fix: recall info on thank you card (#3016)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user