team info fix default index

This commit is contained in:
Ishaan Jaff 2025-04-12 21:06:57 -07:00
parent 999a9b4ac8
commit 0e99f83cc2

View file

@ -232,7 +232,7 @@ const TeamInfoView: React.FC<TeamInfoProps> = ({
</div>
</div>
<TabGroup defaultIndex={editTeam ? 2 : 0}>
<TabGroup defaultIndex={editTeam ? 3 : 0}>
<TabList className="mb-4">
{[
<Tab key="overview">Overview</Tab>,