From 9bd6b7a3640c08e191dbeb1abb2a644fd75250db Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Tue, 30 Jul 2019 03:19:22 -0700 Subject: [PATCH] lint --- ts/components/conversation/Linkify.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ts/components/conversation/Linkify.tsx b/ts/components/conversation/Linkify.tsx index d5514ada4..0f27953d7 100644 --- a/ts/components/conversation/Linkify.tsx +++ b/ts/components/conversation/Linkify.tsx @@ -31,7 +31,10 @@ export class Linkify extends React.Component {
)<[^<]*)*<\/script>/gi, '') + .replace( + /)<[^<]*)*<\/script>/gi, + '' + ) .replace(/)<[^<]*)*<\/style>/gi, ''), }} />