diff --git a/src/utils/helpers.ts b/src/utils/helpers.ts index 0a355db6..009a83e8 100644 --- a/src/utils/helpers.ts +++ b/src/utils/helpers.ts @@ -393,6 +393,7 @@ export const sortAndSearchInServerList = ( ompCheck && unpasswordedCheck && nonEmptyCheck && + server.hostname && server.hostname.toLowerCase().includes(query.toLowerCase()) ); });