From fdc13d0af30f95406d3b528d7c677830fd92b58a Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 20 Apr 2018 16:19:53 -0700 Subject: [PATCH] Fix some tslint errors I really need to get it running in my editor! --- ts/components/conversation/Quote.tsx | 2 +- ts/styleguide/StyleGuideUtil.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/components/conversation/Quote.tsx b/ts/components/conversation/Quote.tsx index 316546804..3e541f7ce 100644 --- a/ts/components/conversation/Quote.tsx +++ b/ts/components/conversation/Quote.tsx @@ -171,7 +171,7 @@ export class Quote extends React.Component { // We need the container to give us the flexibility to implement the iOS design. return (
-
+
); } diff --git a/ts/styleguide/StyleGuideUtil.ts b/ts/styleguide/StyleGuideUtil.ts index 83ad6c7b7..35149e196 100644 --- a/ts/styleguide/StyleGuideUtil.ts +++ b/ts/styleguide/StyleGuideUtil.ts @@ -211,6 +211,6 @@ parent.emoji.signalReplace = (html: string): string => { return html.replace( /🔥/g, '' + 'class="emoji" data-codepoints="1f525" title=":fire:">', ); };