fix: remove typo in no rooms UI (#2834)

This commit is contained in:
Krishan
2026-03-23 16:57:52 +11:00
committed by GitHub
parent 4e559e56d4
commit 0c30ece281

View File

@@ -286,7 +286,7 @@ export function Search({ requestClose }: SearchProps) {
gap="100" gap="100"
> >
<Text size="H6" align="Center"> <Text size="H6" align="Center">
{result ? 'No Match Found' : `No Rooms'}`} {result ? 'No Match Found' : 'No Rooms'}
</Text> </Text>
<Text size="T200" align="Center"> <Text size="T200" align="Center">
{result {result