mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 08:03:26 +00:00
chore: run prettier
This commit is contained in:
@@ -45,7 +45,7 @@ export default function SearchScreen() {
|
||||
}
|
||||
|
||||
async function fetchSearchResults(query: string): Promise<ItemData[]> {
|
||||
const results = await searchTitle(query)
|
||||
const results = await searchTitle(query);
|
||||
|
||||
return results
|
||||
.map((result) => {
|
||||
|
Reference in New Issue
Block a user