diff --git a/src/app/features/search/Search.tsx b/src/app/features/search/Search.tsx index 6027f322..cfc4ee5f 100644 --- a/src/app/features/search/Search.tsx +++ b/src/app/features/search/Search.tsx @@ -286,7 +286,7 @@ export function Search({ requestClose }: SearchProps) { gap="100" > - {result ? 'No Match Found' : `No Rooms'}`} + {result ? 'No Match Found' : 'No Rooms'} {result