From 6a7cfb230df1ae647bd583feb0d80031df228448 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 5 Jun 2023 20:20:34 -0700 Subject: [PATCH] Remove raid prop from Party --- components/party/Party/index.tsx | 1 - 1 file changed, 1 deletion(-) 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 }