Azure-Samples / contoso-real-estate

Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Hack-together] Typo in reservation title

richardrigutins opened this issue · comments

Are you accessing the project from the GitHub Codespaces?

  • No, I am running the project on my local machine (I will fill in the OS section below)
  • Yes, I am using GitHub Codespaces.

Note: The project is optimized to run on Codespaces. We welcome contributions to enhance it for cross-platform local development, but it's not something we will prioritize right now. Thank you!

Describe the bug
On the Reservations page of the portal, the title of each reservation is missing a space and a ')'.
For example, Charming apartment close to the train station (1 guestactive should be Charming apartment close to the train station (1 guest active) or something similar.

To Reproduce
Steps to reproduce the behavior:

  1. Run the application with npm run start
  2. Open the portal app
  3. Click on Welcome, Guest on the top right side of the home page, and then Login
  4. Sign in
  5. Go to the home page, select a listing, and create one or more reservations
  6. Navigate to the Reservations page (/me/reservations)
  7. The title of the reservations is not correct

Expected behavior
The title should be correct, for example in the form Charming apartment close to the train station (1 guest active) or Charming apartment close to the train station (1 guest - active).

Screenshots

image

OS (please complete the following information):

  • OS: Linux
  • OS Version: codespaces-a87b53 5.15.0-1042-azure
  • npm version: 9.8.1
  • Node.js version: v18.15.0
  • output of azd version: azd version 1.2.0 (commit 99ea7577f0df0df2ba34b677da189fafba18c0f7)

Additional context
None.