diff --git a/src/containers/InteractiveMessage/InteractiveMessage.tsx b/src/containers/InteractiveMessage/InteractiveMessage.tsx index 57f059f26..295af963c 100644 --- a/src/containers/InteractiveMessage/InteractiveMessage.tsx +++ b/src/containers/InteractiveMessage/InteractiveMessage.tsx @@ -251,11 +251,6 @@ export const InteractiveMessage = () => { if (typeValue === QUICK_REPLY && data.type && data.attachmentURL) { setType({ id: data.type, label: data.type }); setAttachmentURL(data.attachmentURL); - if (data.attachmentURL.startsWith('@')) { - console.log('ddnj'); - - setDynamicInteractiveMessage(true); - } } if (isEditing && data.attachmentURL) {