Skip to content

Commit

Permalink
Merge pull request #364 from hotosm/fix/minor-issues
Browse files Browse the repository at this point in the history
fix: remove commented code
  • Loading branch information
suzit-10 authored Nov 28, 2024
2 parents 7454b12 + 13e9259 commit 1d6a2d9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ const DescriptionSection = ({
)}
</div>
</div>
{/* {page === 'project-approval' &&
projectData?.regulator_approval_status === 'PENDING' && ( */}
<ApprovalSection />
{/* )} */}
{page === 'project-approval' &&
projectData?.regulator_approval_status === 'PENDING' && (
<ApprovalSection />
)}
</div>
);
};
Expand Down

0 comments on commit 1d6a2d9

Please sign in to comment.