Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Jun 29, 2024
1 parent eaa04a7 commit 8d75b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/UI/modalProfilePic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const ModalProfilePic: FunctionComponent<ModalProfilePicProps> = ({
account
.execute(callData)
.then((tx) => {
console.log(tx);
addTransaction({
timestamp: Date.now(),
subtext: `For identity ${tokenId}`,
Expand Down

0 comments on commit 8d75b2c

Please sign in to comment.