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 })}