Skip to content

Commit

Permalink
removal of debug code not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Hundal committed Nov 30, 2023
1 parent 3e3d313 commit 0616672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const OIPCItem = (props) => {

return (
<>
<div key={oipc.id} style={{display: "flex", flexDirection: "row", justifyContent: "flex-end"}}>
<div style={{display: "flex", flexDirection: "row", justifyContent: "flex-end"}}>
<button onClick={() => setShowDeleteModal(true)} style={{ border: "none", background: "none" }}>
<FontAwesomeIcon icon={faTrash} color="#38598A" />
</button>
Expand Down

0 comments on commit 0616672

Please sign in to comment.