Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Minor formatting

+3 -1
+3 -1
src/view/screens/SearchMobile.tsx
··· 79 79 }, [setQuery, autocompleteView, store]) 80 80 81 81 const onSubmitQuery = React.useCallback(() => { 82 - if (query.length === 0) return 82 + if (query.length === 0) { 83 + return 84 + } 83 85 84 86 const model = new SearchUIModel(store) 85 87 model.fetch(query)