Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilip committed Dec 13, 2023
1 parent d03417d commit 1ceaf0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ export const combinePremise = (
unit: string
): FormattedPremise => {
const premiseElements = elems.slice();
console.log(4, premiseElements);
appendOrganisationInfo(premiseElements, address);
console.log(5, premiseElements);
const [line_1, line_2, ...line_3] = premiseElements.reverse();
return {
premise,
Expand Down

0 comments on commit 1ceaf0f

Please sign in to comment.