diff --git a/source/component/ShopPost.js b/source/component/ShopPost.js index 8a25348..c8bd050 100644 --- a/source/component/ShopPost.js +++ b/source/component/ShopPost.js @@ -192,12 +192,9 @@ const ShopPost = ({userId, category, setStoreName}) => { } if (inputStep == 4) { - if (key.tab || key.rightArrow) { + if (key.tab) { setFocus((focus + 1) % 2); } - if (key.leftArrow) { - setFocus((focus - 1 + 2) % 2); - } if (key.return) { if (