Continue fixing linter bugs
This commit is contained in:
parent
4b960308d4
commit
10e2cdd2a6
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ const SearchModal = (props: Props) => {
|
||||||
|
|
||||||
const [firstLoad, setFirstLoad] = useState(true)
|
const [firstLoad, setFirstLoad] = useState(true)
|
||||||
const [objects, setObjects] = useState<{
|
const [objects, setObjects] = useState<{
|
||||||
[id: number]: GridCharacter | GridWeapon | GridSummon
|
[id: number]: GridCharacter | GridWeapon | GridSummon | undefined
|
||||||
}>()
|
}>()
|
||||||
const [filters, setFilters] = useState<{ [key: string]: number[] }>()
|
const [filters, setFilters] = useState<{ [key: string]: number[] }>()
|
||||||
const [open, setOpen] = useState(false)
|
const [open, setOpen] = useState(false)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue