Skip to content

Commit

Permalink
fix: delete console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mlowegene committed Mar 18, 2024
1 parent 1b6715a commit 2a2bb47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/layout/Menu/MenuItem/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const MenuItem = ({ open }) => {
const [pendingCount, setPendingCount] = useState(0);
const { tableRows } = useTrustRelationshipsContext();

console.log("my data",tableRows);

useEffect(() => {
let count = 0;

Expand Down

0 comments on commit 2a2bb47

Please sign in to comment.