From c32223e4a2a1fbeb7545936e9cb542fa83765970 Mon Sep 17 00:00:00 2001 From: Sabda Yagra Date: Mon, 30 Mar 2026 10:14:30 +0700 Subject: [PATCH] fix: fixing page escalation forward form --- .../communication/escalation-forward-form.tsx | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) 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()}-${