diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf0bb1f..aae59c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed - Fix truncation issue on `VoteProposalDataListItem` module component +- Update `AddressInput` module component to forward `chainId` and `wagmiConfig` to `MemberAvatar` component ### Changed diff --git a/src/modules/components/address/addressInput/addressInput.tsx b/src/modules/components/address/addressInput/addressInput.tsx index e26d5b14..3ae54b36 100644 --- a/src/modules/components/address/addressInput/addressInput.tsx +++ b/src/modules/components/address/addressInput/addressInput.tsx @@ -201,7 +201,7 @@ export const AddressInput = forwardRef(
{isLoading && } - {!isLoading && } + {!isLoading && }