Skip to content

Commit abd3e71

Browse files
authored
Merge pull request #2112 from dxc-technology/Mil4n0r/fix_underline_tabs
Fixed underline issue within `Tabs`
2 parents 9852702 + 450277c commit abd3e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/src/tabs/Tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const DxcTabs = ({
9393
setTotalTabsWidth(refTabList.current.firstElementChild?.offsetWidth);
9494
setMinHeightTabs(refTabList?.current?.offsetHeight + 1);
9595
}
96-
}, [childrenArray]);
96+
}, []);
9797

9898
const contextValue = useMemo(() => {
9999
const focusedChild = childrenArray[innerFocusIndex];

0 commit comments

Comments
 (0)