Skip to content

Commit

Permalink
Merge pull request #75 from hotosm/feature/6307-edit-project-button-o…
Browse files Browse the repository at this point in the history
…n-task-selection-page

Add `Edit Project` button on `Task Selection` page
  • Loading branch information
royallsilwallz authored Apr 8, 2024
2 parents 9c8c4ae + 3da4b65 commit d1c437b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/taskSelection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export function TaskSelection({ project }: Object) {
)}
<div className="w-100 w-50-ns fl pt3 overflow-y-auto-ns vh-minus-200-ns h-100">
<div className="pl4-l pl2 pr4">
<ProjectHeader project={project} />
<ProjectHeader project={project} showEditLink />
<div className="mt3">
<TabSelector activeSection={activeSection} setActiveSection={setActiveSection} />
<div className="pt3">
Expand Down

0 comments on commit d1c437b

Please sign in to comment.