Skip to content
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
@NickSto

Description

@NickSto

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"/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions