Skip to content

Commit

Permalink
merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Jun 12, 2024
1 parent ea7a004 commit 4c2fb5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/containers/InteractiveMessage/InteractiveMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4c2fb5f

Please sign in to comment.