diff --git a/MVMCoreUI/Atomic/Actions/AlertModel.swift b/MVMCoreUI/Atomic/Actions/AlertModel.swift index 683d87a4..ea2f171c 100644 --- a/MVMCoreUI/Atomic/Actions/AlertModel.swift +++ b/MVMCoreUI/Atomic/Actions/AlertModel.swift @@ -159,7 +159,7 @@ public struct AlertModel: Codable, Identifiable, Equatable, AlertModelProtocol { public static func == (lhs: AlertModel, rhs: AlertModel) -> Bool { lhs.title == rhs.title - && lhs.message == rhs.title + && lhs.message == rhs.message && lhs.preferredStyle == rhs.preferredStyle && lhs.buttonModels == rhs.buttonModels && lhs.analyticsData == rhs.analyticsData