From 2bb7d8666db4719653c1b59ddbcd74bf795c0905 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Sun, 11 Oct 2020 06:09:20 -0400 Subject: [PATCH] fix(design-system): tab view selected match was incorrect type --- src/design-system/atoms/tab-view/TabView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/design-system/atoms/tab-view/TabView.tsx b/src/design-system/atoms/tab-view/TabView.tsx index 4db1a6e..a8dd7f6 100644 --- a/src/design-system/atoms/tab-view/TabView.tsx +++ b/src/design-system/atoms/tab-view/TabView.tsx @@ -31,7 +31,7 @@ export const TabView = (props: TabViewProps) => { {tabNames.map((tabName, idx) => ( setCurrentTab(idx)} key={`tab${tabName}${idx}`} >