Skip to content

Commit 6f6d118

Browse files
committed
wip
1 parent 3c41a72 commit 6f6d118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/homepage/OfferingsTabs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ export default function OfferingsTabs() {
243243
</TabList>
244244

245245
{panels.map((Panel, idx) => (
246-
<TabPanel>
246+
<TabPanel key={idx}>
247247
<div className="border">
248-
<Panel key={idx} />
248+
<Panel />
249249
</div>
250250
</TabPanel>
251251
))}

0 commit comments

Comments
 (0)