Skip to content

Commit

Permalink
lint and eul img
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed Jan 9, 2025
1 parent 8353143 commit 70c1003
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/components/hero-icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 0 additions & 1 deletion src/components/user-info.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 70c1003

Please sign in to comment.