You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details Page Shows Incorrect Rental Status and Data
Description
The details page for a rented domain (e.g., robertin.eth) is showing incorrect information. Specifically, it displays the domain as “listed” when it is actually rented, and the rental data (dates, status) appear to be wrong. This raises the question of whether the details page is pulling in mocked data instead of the actual domain status.
Steps to Reproduce
Go to the manage page for a domain that is already rented (e.g., robertin.eth).
Observe the “Details” section.
Note that the page claims the domain is listed, even though it is rented, and shows unexpected rental dates.
Expected Behavior
The details page should accurately reflect the domain’s current rental status (rented vs. listed).
The rental period and expiration date displayed should match the actual data.
Actual Behavior
The page shows the domain as listed despite being rented.
The displayed dates for the rental period appear to be incorrect or mocked.
Possible Causes
The details page may be using outdated or mocked data instead of the real rental status.
There could be an API call or data fetching issue leading to incorrect status/dates.
The text was updated successfully, but these errors were encountered:
Details Page Shows Incorrect Rental Status and Data
Description
The details page for a rented domain (e.g.,
robertin.eth
) is showing incorrect information. Specifically, it displays the domain as “listed” when it is actually rented, and the rental data (dates, status) appear to be wrong. This raises the question of whether the details page is pulling in mocked data instead of the actual domain status.Steps to Reproduce
robertin.eth
).Expected Behavior
Actual Behavior
Possible Causes
The text was updated successfully, but these errors were encountered: