fix: remove typo in no rooms UI (#2834)
This commit is contained in:
parent
4e559e56d4
commit
0c30ece281
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue