Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 74a58aa

Browse files
David AleknaDavid Alekna
authored andcommitted
should fix ts compilation err
1 parent ad71523 commit 74a58aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/layout/src/components/cards/trustee/views/address

packages/layout/src/components/cards/trustee/views/address/Postcode.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const Postcode: React.FC<PostcodeProps> = ({
7171
}
7272
})
7373
.catch((err) => {
74+
console.log(err);
7475
setLoading(false);
7576
});
7677
},

0 commit comments

Comments
 (0)