Skip to content

Commit

Permalink
Merge pull request #177 from bcgov/restart-test
Browse files Browse the repository at this point in the history
Update util.ts
  • Loading branch information
mgtennant authored Apr 30, 2024
2 parents e81a35f + 12ce3a0 commit 484cc14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/app/util/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ const getAreaList = (interestParcel: InterestParcel[]): AreaItem[] => {

export const buildDTRDisplayData = (data: DTR): DTRDisplayObject => {
if (data) {
console.log('DEBUG');
console.log(data);
const tenantAddr: TenantAddressResource[] | null = (data && data.tenantAddr) ?? data.tenantAddr;
const firstTenant: TenantAddressResource | null = tenantAddr ? tenantAddr[0] : null;

Expand Down

0 comments on commit 484cc14

Please sign in to comment.