Skip to content

Commit

Permalink
removed extra icons to edit
Browse files Browse the repository at this point in the history
  • Loading branch information
subru-37 committed Mar 28, 2024
1 parent 9c73b4e commit f5a2a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/RequirementDetails/RequirementDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const RequirementDetails = (props) => {
<>
<div className="requirement__container">
<div className="description-details__headcontrols">
{canModifyProject && (
{/* {canModifyProject && (
<RiDeleteBin7Line
size={38}
style={{ cursor: "pointer" }}
Expand All @@ -54,7 +54,7 @@ const RequirementDetails = (props) => {
setShowNewProjectModal(true);
}}
/>
)}
)} */}
</div>
<div className="requirement__content">
{props.selectedProject?.req || "No Details Entered..."}
Expand Down

0 comments on commit f5a2a11

Please sign in to comment.