Skip to content

Commit

Permalink
Update IggyPostMint.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Feb 14, 2024
1 parent ee9d075 commit 69e51ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/minted-posts/IggyPostMint.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,14 @@ export default {
return {
address, chainId, isActivated, signer, toast, userStore
}
},
watch: {
chainId() {
if (this.isSupportedChain) {
this.fetchMintData();
}
}
}
}
</script>

0 comments on commit 69e51ea

Please sign in to comment.