Skip to content

Commit

Permalink
fix json + duped button (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
huang0h authored Jun 2, 2024
1 parent d9182fd commit ce7ce48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/treePage/treeInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,9 @@ export const TreeInfo: React.FC<TreeProps> = ({
isAdopted={isAdopted}
/>

{treePresent && (
{/* {treePresent && (
<UploadSiteImageButton siteEntryId={siteData.entries[0].id} />
)}

<ReportSiteButton siteId={siteData.siteId} />
)} */}

<ReportSiteButton siteId={siteData.siteId} />

Expand Down
1 change: 1 addition & 0 deletions src/i18n/en/maps.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@
"privateStreet": "Private streets that volunteers shouldn't enter!"
}
}
}

0 comments on commit ce7ce48

Please sign in to comment.