fix: remove typo in no rooms UI (#2834)
This commit is contained in:
parent
2d7bd3ed63
commit
3fbbcf0bc8
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ export function Search({ requestClose }: SearchProps) {
|
|||
gap="100"
|
||||
>
|
||||
<Text size="H6" align="Center">
|
||||
{result ? 'No Match Found' : `No Rooms'}`}
|
||||
{result ? 'No Match Found' : 'No Rooms'}
|
||||
</Text>
|
||||
<Text size="T200" align="Center">
|
||||
{result
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue