Skip to content

Commit

Permalink
Merge pull request #1402 from kianamcc/PORTALS-3272-v2
Browse files Browse the repository at this point in the history
PORTALS-3272-v2: remove extra natural history timeline
  • Loading branch information
kianamcc authored Nov 21, 2024
2 parents 2afe008 + 4b47c46 commit d178afc
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,6 @@ export default function ToolDetailsPageObservationsTab() {
</DetailsPageContextConsumer>
),
},
{
id: 'Natural History Observations',
title: 'Natural History Observations',
element: (
<DetailsPageContextConsumer columnName="resourceId">
{({ value }) => (
<CardContainerLogic
sql={`${observationsSql} WHERE observationTime IS NOT NULL ORDER BY observationTime DESC`}
type={SynapseConstants.OBSERVATION_CARD}
limit={3}
searchParams={{ resourceId: value! }}
/>
)}
</DetailsPageContextConsumer>
),
},
{
id: 'Community Observations',
title: 'Community Observations',
Expand Down

0 comments on commit d178afc

Please sign in to comment.