diff --git a/src/app/(home)/major-league-balatro/page.tsx b/src/app/(home)/major-league-balatro/page.tsx index 83567a8..1559f49 100644 --- a/src/app/(home)/major-league-balatro/page.tsx +++ b/src/app/(home)/major-league-balatro/page.tsx @@ -17,17 +17,16 @@ export default function MLBPage() { const nextMatch = matches .filter((match) => !match.completed && match.datetime > currentDate) .sort((a, b) => a.datetime.getTime() - b.datetime.getTime())[0] - if (!nextMatch) { - return 'All matches have been played' - } return (