Skip to content

Commit

Permalink
remove extra natural history timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kianamcc committed Nov 21, 2024
1 parent 2afe008 commit 4b47c46
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 4b47c46

Please sign in to comment.