From 0c30ece28121aea4ea30cab81f9a0d10bb9c365d Mon Sep 17 00:00:00 2001
From: Krishan <33421343+kfiven@users.noreply.github.com>
Date: Mon, 23 Mar 2026 16:57:52 +1100
Subject: [PATCH] fix: remove typo in no rooms UI (#2834)
---
src/app/features/search/Search.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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