diff --git a/src/components/tabController/index.tsx b/src/components/tabController/index.tsx index 727c5cb288..5dfe3c6941 100644 --- a/src/components/tabController/index.tsx +++ b/src/components/tabController/index.tsx @@ -60,7 +60,7 @@ function TabController({ const [screenWidth, setScreenWidth] = useState(Constants.windowWidth); if (items?.length < 2) { - console.error('TabController component expect a minimum of 2 items'); + console.warn('TabController component expect a minimum of 2 items'); } useOrientation({