chore: Add ESLint no-floating-promise

This commit is contained in:
Timmy Huang
2024-09-12 13:36:26 -07:00
parent fd8b47b78e
commit 151c28d119
24 changed files with 822 additions and 716 deletions
+2 -2
View File
@@ -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;