From 94ea2b6054dc06a0fea8e234e28a525ff08377ec Mon Sep 17 00:00:00 2001 From: budowski Date: Mon, 18 Dec 2023 23:33:27 +0100 Subject: [PATCH] #874 / #870 - taxon UI changes (#981) --- src/components/TaxonDetails/About.js | 9 ----- src/components/TaxonDetails/TaxonDetails.js | 42 +-------------------- src/i18n/l10n/en.ftl | 4 -- src/i18n/l10n/en.ftl.json | 5 --- src/i18n/strings.ftl | 4 -- 5 files changed, 2 insertions(+), 62 deletions(-) diff --git a/src/components/TaxonDetails/About.js b/src/components/TaxonDetails/About.js index c8a299de5..7f91124c0 100644 --- a/src/components/TaxonDetails/About.js +++ b/src/components/TaxonDetails/About.js @@ -3,7 +3,6 @@ import { ActivityIndicator, Body2, - Button, Heading4 } from "components/SharedComponents"; import { View } from "components/styledComponents"; @@ -111,14 +110,6 @@ const About = ( { taxon, isLoading, isError }: Props ): React.Node => { {t( "TAXONOMY-header" )} {displayTaxonomyList} - - - {t( "SIMILAR-SPECIES-header" )} - -