Groups without images are breaking cshtml code due missing null check on line 26. string groupImage = productList?.Group?.Assets != null ? productList.Group.Assets.FirstOrDefault(x => x.Name == "LargeImage")**?.Value ?? string.Empty** : string.Empty;
Groups without images are breaking cshtml code due missing null check on line 26.
string groupImage = productList?.Group?.Assets != null ? productList.Group.Assets.FirstOrDefault(x => x.Name == "LargeImage")?.Value ?? string.Empty : string.Empty;