Skip to content

Commit

Permalink
fix: add missing reactive condition
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd committed Jan 31, 2024
1 parent ef62c2f commit 032e363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/routes/stardust/AddressState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export const useAddressPageState = (): [IAddressState, React.Dispatch<Partial<IA
});
}
}
}, [addressBasicOutputs, addressAliasOutputs, addressNftOutputs]);
}, [addressBasicOutputs, addressAliasOutputs, addressNftOutputs, aliasOutput, nftOutput]);

return [state, setState];
};

0 comments on commit 032e363

Please sign in to comment.