diff --git a/src/pages/SupportMessaging/index.tsx b/src/pages/SupportMessaging/index.tsx index 58988f6..ffb922f 100644 --- a/src/pages/SupportMessaging/index.tsx +++ b/src/pages/SupportMessaging/index.tsx @@ -121,7 +121,9 @@ const SupportMessaging = () => { threadDescription: description, }, }); - history.push(`/support-messaging/${project}/${createdThread}`); + history.push( + `/support-messaging/${project}/${createdThread.data?.createThread}` + ); }, });