diff --git a/components/form/communication/escalation-forward-form.tsx b/components/form/communication/escalation-forward-form.tsx index bd924d99..52748448 100644 --- a/components/form/communication/escalation-forward-form.tsx +++ b/components/form/communication/escalation-forward-form.tsx @@ -262,7 +262,7 @@ export default function FormQuestionsForward() { if (res?.data !== null) { const rawUser = res?.data?.data?.content; - // console.log("raw user", rawUser); + console.log("raw user", rawUser); const optionArr: Option[] = rawUser.map((option: any) => ({ id: option?.id, @@ -310,7 +310,7 @@ export default function FormQuestionsForward() { {` `} mengirimkan pesan untuk{` `} - {detail?.message} - + */} + {detail?.feedUrl ? ( + + {detail?.message} + + ) : ( + + {detail?.message} + + )}

{`${new Date(detail?.createdAt).getDate()}-${