minor fix

This commit is contained in:
Salihu
2026-08-31 16:15:38 +01:00
parent 1a741ee153
commit 0e5f2972a2
+1 -1
View File
@@ -30,7 +30,7 @@ function appendSearchParams(
search?: string[],
wholeWord?: boolean,
): string {
if(search.length === 0){
if(search?.length === 0){
return url;
}