From 70c1003bbf5bcd009b7a0b63888a22aa9d26108f Mon Sep 17 00:00:00 2001 From: Chris Vickery Date: Wed, 8 Jan 2025 16:59:50 -0800 Subject: [PATCH] lint and eul img --- src/components/hero-icon.jsx | 1 + src/components/user-info.jsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/hero-icon.jsx b/src/components/hero-icon.jsx index 95a784a..7b0ff87 100644 --- a/src/components/hero-icon.jsx +++ b/src/components/hero-icon.jsx @@ -7,6 +7,7 @@ export const HeroNameMap = { export const CustomHeroImage = { electrician: "https://raw.githubusercontent.com/OpenAngelArena/oaa/master/content/panorama/images/heroes/npc_dota_hero_electrician.png", sohei: "https://raw.githubusercontent.com/OpenAngelArena/oaa/master/content/panorama/images/heroes/npc_dota_hero_sohei.png", + eul: "https://raw.githubusercontent.com/OpenAngelArena/oaa/master/content/panorama/images/heroes/npc_dota_hero_eul.png", }; export function imgUrlForHero(hero) { diff --git a/src/components/user-info.jsx b/src/components/user-info.jsx index a775649..099f83c 100644 --- a/src/components/user-info.jsx +++ b/src/components/user-info.jsx @@ -9,7 +9,6 @@ import ProgressBar from '@material-ui/core/LinearProgress'; import { getUser } from "../api/user"; import { useUserState } from './auth'; import HeroIcon, { heroName } from './hero-icon'; -import ActiveMatches from './active-matches'; const useStyles = makeStyles(theme => ({ statBox: {