Skip to content

Commit

Permalink
chore: fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed Aug 30, 2023
1 parent 0607039 commit 32f5a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ErrorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Box from '@mui/material/Box'
import Typography from '@mui/material/Typography'

export default function ErrorPage () {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const error = useRouteError() as any
console.error(error)
// TODO: Error page
Expand Down
1 change: 1 addition & 0 deletions src/components/account/AccountAvatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react'
import Avatar, { AvatarProps } from '@mui/material/Avatar'
import { AccountFacet } from '@/interfaces/account'
import AvatarGenshinLumine from '@/assets/images/genshin/UI_AvatarIcon_PlayerGirl.png'
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import AvatarGenshinAether from '@/assets/images/genshin/UI_AvatarIcon_PlayerBoy.png'
import AvatarStarRailTrailblazer from '@/assets/images/starrail/Trailblazer.png'

Expand Down

0 comments on commit 32f5a2f

Please sign in to comment.