Skip to content

Commit 2a20968

Browse files
committed
Remove text extractions from strat names and concepts
1 parent 1951cdd commit 2a20968

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

pages/lex/strat-concepts/@id/+Page.client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export function Page() {
4141
h(ConceptBody, { concept_id: id }),
4242
h.if(unitsData.length > 0)(Units, { href: "strat_name_concept_id=" + id + "&name=" + resData?.name }),
4343
h.if(fossilsData.length > 0)(Fossils, { href: "strat_name_concept_id=" + id + "&name=" + resData?.name }),
44-
h(TextExtractions, { concept_id: id, href: "autoselect=" + resData?.name + "&concept_id=" + id }),
4544
];
4645

4746
return LexItemPage({

pages/lex/strat-names/@id/+Page.client.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ export function Page() {
3535
h(Charts, { features }),
3636
h(PrevalentTaxa, { taxaData }),
3737
h(Timescales, { timescales }),
38-
h(TextExtractions, {
39-
strat_name_id: id,
40-
href: "autoselect=" + resData?.strat_name_long + "&strat_name_id=" + id,
41-
}),
4238
h.if(unitsData.length > 0)(Units, { href: "strat_name_id=" + id + "&name=" + resData?.strat_name }),
4339
// h.if(mapsData?.length > 0)(Maps, { href: "strat_name_id=" + id + "&name=" + resData?.name }), (add strat names to legends view first)
4440
h.if(fossilsData.features.length > 0)(Fossils, { href: "strat_name_id=" + id + "&name=" + resData?.name }),

0 commit comments

Comments
 (0)