From 4aad59a288687e39f377078d5981ea0e80b3ce1d Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Fri, 31 Jul 2020 09:09:35 -0300 Subject: [PATCH] :sparkles: update search bars --- client/modules/Mobile/MobileDashboardView.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/modules/Mobile/MobileDashboardView.jsx b/client/modules/Mobile/MobileDashboardView.jsx index 29a69bfb..3e9dd269 100644 --- a/client/modules/Mobile/MobileDashboardView.jsx +++ b/client/modules/Mobile/MobileDashboardView.jsx @@ -13,7 +13,7 @@ import SketchList from '../IDE/components/SketchList'; import CollectionList from '../IDE/components/CollectionList'; import AssetList from '../IDE/components/AssetList'; import Content from './MobileViewContent'; -import { SketchSearchbar } from '../IDE/components/Searchbar'; +import { SketchSearchbar, CollectionSearchbar } from '../IDE/components/Searchbar'; const EXAMPLE_USERNAME = 'p5'; @@ -77,7 +77,8 @@ const MobileDashboard = ({ params, location }) => { - + {panel === Tabs[0] && } + {panel === Tabs[1] && } {renderPanel(panel, { username, key: pathname })}