mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 10:58:10 +08:00
run prettier(2.0.5) (#1438)
This commit is contained in:
committed by
GitHub
parent
b255e32548
commit
6cccc41c0f
@@ -3,7 +3,7 @@ import React from "react";
|
||||
|
||||
import styles from "./container.css";
|
||||
|
||||
const Container = props => {
|
||||
const Container = (props) => {
|
||||
const { children } = props;
|
||||
return <div className={styles.container}>{children}</div>;
|
||||
};
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
import * as globals from "../../globals";
|
||||
|
||||
const Logo = props => {
|
||||
const Logo = (props) => {
|
||||
const { size } = props;
|
||||
return (
|
||||
<svg width={size} height={size} viewBox="0 0 48 48" fill="none">
|
||||
|
||||
Reference in New Issue
Block a user