🎨 Autoformat code
This commit is contained in:
@@ -67,9 +67,7 @@ export class Lightbox extends React.Component<Props, {}> {
|
||||
}
|
||||
|
||||
public render() {
|
||||
const {
|
||||
imageURL,
|
||||
} = this.props;
|
||||
const { imageURL } = this.props;
|
||||
return (
|
||||
<div
|
||||
style={styles.container}
|
||||
|
@@ -195,7 +195,7 @@ export class Quote extends React.Component<Props, {}> {
|
||||
authorColor,
|
||||
'quoted-message',
|
||||
isFromMe ? 'from-me' : null,
|
||||
!onClick ? 'no-click' : null,
|
||||
!onClick ? 'no-click' : null
|
||||
);
|
||||
|
||||
return (
|
||||
|
@@ -212,6 +212,6 @@ parent.emoji.signalReplace = (html: string): string => {
|
||||
return html.replace(
|
||||
/🔥/g,
|
||||
'<img src="node_modules/emoji-datasource-apple/img/apple/64/1f525.png"' +
|
||||
'class="emoji" data-codepoints="1f525" title=":fire:">',
|
||||
'class="emoji" data-codepoints="1f525" title=":fire:">'
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user