mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +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[]> {
|
async function fetchSearchResults(query: string): Promise<ItemData[]> {
|
||||||
const results = await searchTitle(query)
|
const results = await searchTitle(query);
|
||||||
|
|
||||||
return results
|
return results
|
||||||
.map((result) => {
|
.map((result) => {
|
||||||
|
Reference in New Issue
Block a user