Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix side nav #792

Merged
merged 1 commit into from
Oct 4, 2023
Merged

🐛 Fix side nav #792

merged 1 commit into from
Oct 4, 2023

Conversation

MeganSteenkamp
Copy link
Contributor

There was a small UI bug where we were conditionally adding the API section for draft pages. In production this was leaving a small hoverable element because the undefined variable in the array was still iterated over to create a UI element.

Test plan:

  • Expect visual regression to be fixed in production.
  • Expect draft pages to be available in development.

There was a small UI bug where we were conditionally adding the API section for draft pages.
In production this was leaving a small hoverable element because the undefined variable in the array was still iterated over to create a UI element.

Test plan:
* Expect visual regression to be fixed in production.
* Expect draft pages to be available in development.
@MeganSteenkamp MeganSteenkamp merged commit fe38b85 into master Oct 4, 2023
@MeganSteenkamp MeganSteenkamp deleted the fix-side-nav branch October 4, 2023 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants