This repository was archived by the owner on Feb 7, 2023. It is now read-only.
This repository was 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
Description
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"/>