diff --git a/lib/user/name/presentation/bloc/profile_name_bloc.dart b/lib/user/name/presentation/bloc/profile_name_bloc.dart index b264a7f74..1e0eba28d 100644 --- a/lib/user/name/presentation/bloc/profile_name_bloc.dart +++ b/lib/user/name/presentation/bloc/profile_name_bloc.dart @@ -78,7 +78,7 @@ class ProfileNameBloc extends Bloc { var primaryNameDetails = await _arnsRepository.getPrimaryName( walletAddress, update: refreshName, - getLogo: refreshLogo, + getLogo: refreshLogo || profileLogoTxId == null, ); if (refreshLogo && profileLogoTxId != null) {