diff --git a/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.jsx b/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.jsx index a4dbe885..f8fcec1b 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.jsx +++ b/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.jsx @@ -57,7 +57,7 @@ const TabItemBase = ({ const onKeyDown = useCallback( (event) => { if (event.key === "ArrowRight") { - onClick({ index, target }); + _onClick(); } }, [deActivateTab, target] @@ -65,19 +65,21 @@ const TabItemBase = ({ const ImageComponent = useCallback(() => { return ( -
- - -
+ <> +
+ + +
+ ); - }, [path, focused, selected]); + }, [path, focused]); const TextComponent = useCallback(() => { return (