diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomCell.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomCell.swift index 8d442860c..4ed363ef9 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomCell.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomCell.swift @@ -117,10 +117,8 @@ struct HomeScreenRoomCell: View { Spacer() HStack(spacing: 8) { - if let notificationMode = room.notificationMode { - notificationModeIcon - .foregroundColor(room.hasUnreads ? .compound.iconAccentTertiary : .compound.iconQuaternary) - } + notificationModeIcon + .foregroundColor(room.hasUnreads ? .compound.iconAccentTertiary : .compound.iconQuaternary) if room.hasUnreads { Circle()