Skip to content

Commit

Permalink
Add a TODO message for enable/disable live monitoring button
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Dec 6, 2023
1 parent 8c1de4b commit a69ab25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/components/projectDetail/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,15 @@ export const ProjectDetail = (props) => {
project={props.project}
className="bg-white blue-dark ba b--grey-light pa3"
/>

{/* TODO: Enable/disable this button depending of
Underpass availability for the project's area.
https://underpass.hotosm.org/priority.geojson */}
<LiveViewButton
projectId={props.project.projectId}
className="bg-white blue-dark ba b--grey-light pa3"
/>

<DownloadAOIButton
projectId={props.project.projectId}
className="bg-white blue-dark ba b--grey-light pa3"
Expand Down

0 comments on commit a69ab25

Please sign in to comment.