🎨 Autoformat code
This commit is contained in:
parent
823a58f98a
commit
cd6912f0dd
3 changed files with 3 additions and 5 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue