Remove raid prop from Party

This commit is contained in:
Justin Edmund 2023-06-05 20:20:34 -07:00
parent 106b2b8ee4
commit 6a7cfb230d

View file

@ -29,7 +29,6 @@ import './index.scss'
interface Props { interface Props {
new?: boolean new?: boolean
team?: Party team?: Party
raids: Raid[][]
selectedTab: GridType selectedTab: GridType
pushHistory?: (path: string) => void pushHistory?: (path: string) => void
} }