diff --git a/entourage/Scenes/Home/NotifInAppCell.swift b/entourage/Scenes/Home/NotifInAppCell.swift index ff1a7c43b..13d5f3848 100644 --- a/entourage/Scenes/Home/NotifInAppCell.swift +++ b/entourage/Scenes/Home/NotifInAppCell.swift @@ -30,6 +30,8 @@ class NotifInAppCell: UITableViewCell { ui_date.text = date if let imageUrl = imageUrl, let url = URL(string: imageUrl) { ui_image.sd_setImage(with: url, placeholderImage:UIImage(named: DeepLinkManager.setImage(notificationInstanceType: instanceString))) + }else{ + ui_image.image = UIImage(named: DeepLinkManager.setImage(notificationInstanceType: instanceString)) } if !isUnread {