Skip to content

Commit 471a8dd

Browse files
committed
fix: prettier
1 parent a8ff420 commit 471a8dd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/components/UI/Sites/components/SitesSearchFooter/SitesSearchFooter.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ const SitesSearchFooter: React.FC<SitesSearchFooterProps> = ({
7575
const isUrl = looksLikeUrl(searchQuery.toLowerCase());
7676

7777
const engineKey = searchEngine ?? AppConstants.DEFAULT_SEARCH_ENGINE;
78-
const resolvedEngine: SearchEngine = SEARCH_ENGINE_URLS[engineKey as SearchEngine]
78+
const resolvedEngine: SearchEngine = SEARCH_ENGINE_URLS[
79+
engineKey as SearchEngine
80+
]
7981
? (engineKey as SearchEngine)
8082
: AppConstants.DEFAULT_SEARCH_ENGINE;
8183
const searchUrl =

0 commit comments

Comments
 (0)