From dbf922df72280c8094d3ad3fac518f64e7d2f57f Mon Sep 17 00:00:00 2001 From: Avery Huang Date: Sun, 2 Jun 2024 14:38:53 -0400 Subject: [PATCH] fix json + duped button --- src/components/treePage/treeInfo.tsx | 6 ++---- src/i18n/en/maps.json | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/treePage/treeInfo.tsx b/src/components/treePage/treeInfo.tsx index 08e2151b..6e3f4746 100644 --- a/src/components/treePage/treeInfo.tsx +++ b/src/components/treePage/treeInfo.tsx @@ -165,11 +165,9 @@ export const TreeInfo: React.FC = ({ isAdopted={isAdopted} /> - {treePresent && ( + {/* {treePresent && ( - )} - - + )} */} diff --git a/src/i18n/en/maps.json b/src/i18n/en/maps.json index ccae442d..903322e4 100644 --- a/src/i18n/en/maps.json +++ b/src/i18n/en/maps.json @@ -38,3 +38,4 @@ "privateStreet": "Private streets that volunteers shouldn't enter!" } } +} \ No newline at end of file