Skip to content

Commit

Permalink
Removed Racial Disparities link
Browse files Browse the repository at this point in the history
  • Loading branch information
nasaownsky committed Aug 30, 2021
1 parent 422681a commit 19e31d7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ const OtherNarrativeLinks = (): React.ReactElement | null => {

const narrativesToDisplay = [
...Object.values(tenant.systemNarratives),
tenant.racialDisparitiesNarrative,
].filter((narrative): narrative is Narrative => {
if (narrative === undefined) return false;
return narrative.id !== currentNarrativeTypeId;
Expand Down

0 comments on commit 19e31d7

Please sign in to comment.