Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Wrong page included in /genomics/no-more-business-as-usual/ #299

Open
NickSto opened this issue Dec 8, 2021 · 0 comments
Open

Wrong page included in /genomics/no-more-business-as-usual/ #299

NickSto opened this issue Dec 8, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@NickSto
Copy link
Member

NickSto commented Dec 8, 2021

The "Deploy" section of the No more business as usual page repeats the same content as the "RecombinationSelection" section. Both use a <Content> component to include the page /genomics/no-more-business-as-usual/6-RecombinationSelection/, but I assume the "Deploy" section should include /genomics/no-more-business-as-usual/7-VariantsDescription/ instead.

## RecombinationSelection
<Content :page-key="$site.pages.find(p => p.path === '/genomics/no-more-business-as-usual/6-RecombinationSelection/').key"/>

## Deploy
<Content :page-key="$site.pages.find(p => p.path === '/genomics/no-more-business-as-usual/6-RecombinationSelection/').key"/>
@NickSto NickSto added the bug Something isn't working label Dec 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant