Skip to content

Commit

Permalink
Removal of uneeded code from OIPC Components in FE. Code Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Hundal committed Dec 8, 2023
1 parent f1b0f8c commit d98b520
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ const OIPCItem = (props) => {
setOipc(oipcObj);
}, [oipcObj])

console.log("OIPC", oipc)

return (
<>
<div style={{display: "flex", flexDirection: "row", justifyContent: "flex-end"}}>
Expand Down

0 comments on commit d98b520

Please sign in to comment.