diff --git a/src/pages/PersonalizationAI/AuditoryLink.tsx b/src/pages/PersonalizationAI/AuditoryLink.tsx index 0e5096d3..a317481c 100644 --- a/src/pages/PersonalizationAI/AuditoryLink.tsx +++ b/src/pages/PersonalizationAI/AuditoryLink.tsx @@ -10,7 +10,7 @@ interface AuditoryLinkProps { item: AuditoryItem; index: number; onDelete: (id: number) => void; - utmParams:string + utmParams: string } export const AuditoryLink = ({ utmParams, item, index, onDelete }: AuditoryLinkProps) => { @@ -50,9 +50,9 @@ export const AuditoryLink = ({ utmParams, item, index, onDelete }: AuditoryLinkP }} secondaryAction={ <> - @@ -65,9 +65,9 @@ export const AuditoryLink = ({ utmParams, item, index, onDelete }: AuditoryLinkP - handleCopy(linkText)} > @@ -76,7 +76,12 @@ export const AuditoryLink = ({ utmParams, item, index, onDelete }: AuditoryLinkP } > - + {linkText}