diff --git a/components/party/Party/index.tsx b/components/party/Party/index.tsx index 042c8ad2..a50da9a6 100644 --- a/components/party/Party/index.tsx +++ b/components/party/Party/index.tsx @@ -29,7 +29,6 @@ import './index.scss' interface Props { new?: boolean team?: Party - raids: Raid[][] selectedTab: GridType pushHistory?: (path: string) => void }