Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcicatt committed Apr 16, 2024
1 parent 57af82f commit 9965f89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const klantBedrijfsnaam = mapServiceData(
);
const handelsBedrijfsnaam = mapServiceData(handelsregisterData, (k) => {
console.log(k);
return k?.bedrijfsnaam ?? "";
});
Expand Down

0 comments on commit 9965f89

Please sign in to comment.