diff --git a/com.twin.app.shoptime/src/components/TPopUp/TPopUp.jsx b/com.twin.app.shoptime/src/components/TPopUp/TPopUp.jsx index 8dad7c71..b54773bc 100644 --- a/com.twin.app.shoptime/src/components/TPopUp/TPopUp.jsx +++ b/com.twin.app.shoptime/src/components/TPopUp/TPopUp.jsx @@ -47,7 +47,6 @@ export default function TPopUp({ setSelectedOptionIdx, ...rest }) { - console.log("#className", className); useEffect(() => { if (KINDS.indexOf(kind) < 0) { console.error("TPopUp kind error"); diff --git a/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.jsx b/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.jsx index bf0bdbc3..a4dbe885 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.jsx +++ b/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.jsx @@ -57,10 +57,10 @@ const TabItemBase = ({ const onKeyDown = useCallback( (event) => { if (event.key === "ArrowRight") { - _onClick(); + onClick({ index, target }); } }, - [deActivateTab] + [deActivateTab, target] ); const ImageComponent = useCallback(() => {