Merge pull request #37 from WDI-Ideas/jayeshjain25

Jayeshjain25
This commit is contained in:
Jayesh jain
2024-04-29 15:37:29 +05:30
committed by GitHub

View File

@@ -120,10 +120,9 @@ class _SideMenuState extends State<SideMenu> {
height: 80.h,
decoration: ShapeDecoration(
image: DecorationImage(
image: NetworkImage(
// ProfileObj!.data!.profilePhoto ??
""),
image: NetworkImage(ProfileObj!.data == null
? ""
: ProfileObj!.data!.profilePhoto ?? ""),
fit: BoxFit.fill,
),
shape: OvalBorder(),