Remove flatRaids state
This commit is contained in:
parent
af7d40f6e3
commit
0fa993161b
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ interface Props {
|
|||
const RaidDropdown = React.forwardRef<HTMLSelectElement, Props>(function useFieldSet(props, ref) {
|
||||
const [cookies] = useCookies(['user'])
|
||||
const [raids, setRaids] = useState<Raid[][]>()
|
||||
const [flatRaids, setFlatRaids] = useState<Raid[]>()
|
||||
|
||||
const raidGroups = [
|
||||
'Assorted', 'Omega', 'T1 Summons', 'T2 Summons',
|
||||
|
|
|
|||
Loading…
Reference in a new issue