From 2dda99846f58bce3654c26742c6ab461c7e180fe Mon Sep 17 00:00:00 2001 From: Danielle Lindblom Date: Sat, 5 Oct 2024 17:38:50 -0600 Subject: [PATCH] match to dev branch --- .../league/[leagueId]/entry/all/page.tsx | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/app/(main)/league/[leagueId]/entry/all/page.tsx b/app/(main)/league/[leagueId]/entry/all/page.tsx index f0ff8d42..c118e07d 100644 --- a/app/(main)/league/[leagueId]/entry/all/page.tsx +++ b/app/(main)/league/[leagueId]/entry/all/page.tsx @@ -16,7 +16,6 @@ import { LeagueSurvivors } from '@/components/LeagueSurvivors/LeagueSurvivors'; import { useDataStore } from '@/store/dataStore'; import GlobalSpinner from '@/components/GlobalSpinner/GlobalSpinner'; import Heading from '@/components/Heading/Heading'; -import Link from 'next/link'; import React, { JSX, useEffect, useState } from 'react'; import LinkCustom from '@/components/LinkCustom/LinkCustom'; import { getNFLTeamLogo } from '@/utils/utils'; @@ -196,29 +195,6 @@ const Entry = ({ ); })} -
- {!loadingData && entries.length < MAX_ENTRIES && ( - - )} -
)}