From fa4b4eabdff76982ec5fab59270e51ec742fe64a Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 21 Oct 2022 16:26:44 +0100 Subject: [PATCH] Fix missing key in tab container --- src/tabs/Tabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabs/Tabs.tsx b/src/tabs/Tabs.tsx index cafbc26..2ba7c7c 100644 --- a/src/tabs/Tabs.tsx +++ b/src/tabs/Tabs.tsx @@ -38,7 +38,7 @@ export function TabContainer(
    {[...state.collection].map((item) => ( - + ))}