From cd6912f0ddcb35a3fe30668c5353339258754189 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Tue, 24 Apr 2018 16:57:14 -0400 Subject: [PATCH] :art: Autoformat code --- ts/components/Lightbox.tsx | 4 +--- ts/components/conversation/Quote.tsx | 2 +- ts/styleguide/StyleGuideUtil.ts | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ts/components/Lightbox.tsx b/ts/components/Lightbox.tsx index a8e33c567..993f6ebeb 100644 --- a/ts/components/Lightbox.tsx +++ b/ts/components/Lightbox.tsx @@ -67,9 +67,7 @@ export class Lightbox extends React.Component { } public render() { - const { - imageURL, - } = this.props; + const { imageURL } = this.props; return (
{ authorColor, 'quoted-message', isFromMe ? 'from-me' : null, - !onClick ? 'no-click' : null, + !onClick ? 'no-click' : null ); return ( diff --git a/ts/styleguide/StyleGuideUtil.ts b/ts/styleguide/StyleGuideUtil.ts index b19483157..3dc0fcb40 100644 --- a/ts/styleguide/StyleGuideUtil.ts +++ b/ts/styleguide/StyleGuideUtil.ts @@ -212,6 +212,6 @@ parent.emoji.signalReplace = (html: string): string => { return html.replace( /🔥/g, '', + 'class="emoji" data-codepoints="1f525" title=":fire:">' ); };