Skip to content

Commit

Permalink
Merge pull request #8979 from alphagov/remove-wwcip-non-edition-links
Browse files Browse the repository at this point in the history
Remove non-edition links from presenter
  • Loading branch information
brucebolt authored Apr 22, 2024
2 parents 0ed9dc3 + cd9d233 commit 71235f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ def content
end

def links
{
parent: [],
worldwide_organisation: [],
}
{}
end

def document_type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ class BasicCorporateInformationPageTest < TestCase
},
}

expected_links = {
parent: [],
worldwide_organisation: [],
}
expected_links = {}

presented_item = presented_corporate_information_page

Expand Down

0 comments on commit 71235f9

Please sign in to comment.