From 59754eaf2b445fb00df409bfe3636528bd5e4c36 Mon Sep 17 00:00:00 2001 From: renatodellosso Date: Wed, 26 Jun 2024 14:49:47 -0400 Subject: [PATCH] Added a way to differentiate FTC and FRC teams when joining teams --- pages/profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/profile.tsx b/pages/profile.tsx index 185b6834..fcfdee9b 100644 --- a/pages/profile.tsx +++ b/pages/profile.tsx @@ -151,7 +151,7 @@ export default function Profile(props: { teamList: Team[] }) { key={team._id} >

- Team{" "} + {team.tbaId ? "FRC" : "FTC"}{" "} {team.number}