From c06ac5bdba4280c0ede15bebfe71b7099b024c77 Mon Sep 17 00:00:00 2001 From: Scott Semtner Date: Fri, 7 Nov 2025 08:13:09 -0800 Subject: [PATCH] use test comp --- src/pages/Competitions/CompetitionPortalPage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Competitions/CompetitionPortalPage/index.tsx b/src/pages/Competitions/CompetitionPortalPage/index.tsx index 55b1c88..baf896c 100644 --- a/src/pages/Competitions/CompetitionPortalPage/index.tsx +++ b/src/pages/Competitions/CompetitionPortalPage/index.tsx @@ -602,7 +602,7 @@ const MyTeamTab = ( { isLoadingTeamInfo, compUser, rankData, teamInfo, metaData function CompetitionPortalPage() { // This enables us to specify the most current competition - const competitionName = "Blockography.AI"; + const competitionName = "Blockography.TEST"; const history = useHistory(); // User profile data