From 86cacb5fc8667697ecf4f387c06ca47b4fafed2a Mon Sep 17 00:00:00 2001 From: Alex Appleget Date: Mon, 30 Sep 2024 16:16:02 -0500 Subject: [PATCH] Fix: removed isLockedOut prop --- app/(main)/league/[leagueId]/entry/all/page.tsx | 1 - components/LeagueEntries/LeagueEntries.interface.ts | 1 - components/LeagueEntries/LeagueEntries.tsx | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/(main)/league/[leagueId]/entry/all/page.tsx b/app/(main)/league/[leagueId]/entry/all/page.tsx index 843e4f8b..8d7b5cc8 100644 --- a/app/(main)/league/[leagueId]/entry/all/page.tsx +++ b/app/(main)/league/[leagueId]/entry/all/page.tsx @@ -219,7 +219,6 @@ const Entry = ({ { - const [isLockedOut, setLockedOut] = useState(isLockedOutProp); + const [isLockedOut, setLockedOut] = useState(false); useEffect(() => { /**