Skip to content

Commit

Permalink
Adjust to previous merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Hundal committed Nov 30, 2023
1 parent cd04784 commit 3e3d313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const OIPCItem = (props) => {
<FontAwesomeIcon icon={faTrash} color="#38598A" />
</button>
</div>
{showDeleteModal && <RemoveOIPCModal removeOIPC={removeOIPC} showModal={showDeleteModal} setShowModal={setShowDeleteModal} oipcid={oipc} />}
{showDeleteModal && <RemoveOIPCModal removeOIPC={removeOIPC} showModal={showDeleteModal} setShowModal={setShowDeleteModal} oipc={oipc} />}
{showOutcomeModal && <OutcomeModal updateOIPC={updateOIPC} showModal={showOutcomeModal} setShowModal={setShowOutcomeModal} setOipc={setOipc} oipc={oipc} />}
{showAmendModal && <AmendModal updateOIPC={updateOIPC} showModal={showAmendModal} setShowModal={setShowAmendModal} setOipc={setOipc} oipc={oipc} />}
<Grid container spacing={1}>
Expand Down

0 comments on commit 3e3d313

Please sign in to comment.