Skip to content

Commit 1d8d1bd

Browse files
committed
Add missing key
1 parent 7ba579d commit 1d8d1bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/conf/2025/components/call-for-proposals.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ export function CallForProposals() {
382382
>
383383
{tabsInOrder.map((tab, i) => (
384384
<TabButton
385+
key={tab}
385386
tab={tab}
386387
tabIndex={i === 0 ? 0 : -1}
387388
activeTab={activeTab}

0 commit comments

Comments
 (0)