diff --git a/components/minted-posts/IggyPostMint.vue b/components/minted-posts/IggyPostMint.vue index 0d5a732..eadc9d3 100644 --- a/components/minted-posts/IggyPostMint.vue +++ b/components/minted-posts/IggyPostMint.vue @@ -280,6 +280,14 @@ export default { return { address, chainId, isActivated, signer, toast, userStore } + }, + + watch: { + chainId() { + if (this.isSupportedChain) { + this.fetchMintData(); + } + } } } \ No newline at end of file