diff --git a/lib/components/organism_components/local_profile_component/local_profile_component_widget.dart b/lib/components/organism_components/local_profile_component/local_profile_component_widget.dart index ead9e6b8..7fa0c3f5 100644 --- a/lib/components/organism_components/local_profile_component/local_profile_component_widget.dart +++ b/lib/components/organism_components/local_profile_component/local_profile_component_widget.dart @@ -96,8 +96,9 @@ class _LocalProfileComponentWidgetState child: ClipRRect( borderRadius: BorderRadius.circular(200.0), child: CachedNetworkImage( - imageUrl: + imageUrl: valueOrDefault( 'https://freaccess.com.br/freaccess/Images/Clients/${AppState().cliUUID}.png', + 'assets/images/error_image.svg'), width: 80.0, height: 80.0, fit: BoxFit.cover,