Skip to content

Commit

Permalink
fix(sidebar): user image url
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Sep 3, 2022
1 parent 663b08f commit 747efc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/Home/Sidebar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class Sidebar extends HookConsumerWidget {
children: [
CircleAvatar(
backgroundImage:
CachedNetworkImageProvider("asdasd"),
CachedNetworkImageProvider(avatarImg),
onBackgroundImageError:
(exception, stackTrace) =>
Image.asset(
Expand Down

0 comments on commit 747efc6

Please sign in to comment.