mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 00:58:11 +08:00
chore: Add ESLint no-floating-promise
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
import icon from "../../images/icon.png";
|
||||
|
||||
const Logo = (props) => {
|
||||
function Logo(props) {
|
||||
const { size } = props;
|
||||
return (
|
||||
<img
|
||||
@@ -11,6 +11,6 @@ const Logo = (props) => {
|
||||
alt="CELLxGENE Annotate Logo"
|
||||
/>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
export default Logo;
|
||||
|
||||
Reference in New Issue
Block a user