diff --git a/src/shared/TabBar.js b/src/shared/TabBar.js index 1f7b50b5..92d6bc7d 100644 --- a/src/shared/TabBar.js +++ b/src/shared/TabBar.js @@ -16,6 +16,8 @@ const TabBar = ({ tabs, currentTab, setCurrentTab }) => { } }; + const wheelScrollBy = e => scrollBy(e.deltaY); + return (
{ chevron_left
-