From 63a387a4e116146f101a1cae9c711e1a305cecd6 Mon Sep 17 00:00:00 2001 From: Subhankar Acharya Date: Tue, 14 Jul 2020 16:01:54 +0530 Subject: [PATCH] code change --- .../Headers/H1/HeadersH1NoButtonsBodyText.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Molecules/DesignedComponents/Headers/H1/HeadersH1NoButtonsBodyText.swift b/MVMCoreUI/Atomic/Molecules/DesignedComponents/Headers/H1/HeadersH1NoButtonsBodyText.swift index d542960d..a22a8dd5 100644 --- a/MVMCoreUI/Atomic/Molecules/DesignedComponents/Headers/H1/HeadersH1NoButtonsBodyText.swift +++ b/MVMCoreUI/Atomic/Molecules/DesignedComponents/Headers/H1/HeadersH1NoButtonsBodyText.swift @@ -28,7 +28,7 @@ import Foundation //------------------------------------------------------ open override func set(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable : Any]?) { super.set(with: model, delegateObject, additionalData) - guard let model = model as? HeadersH1ButtonModel else { return } + guard let model = model as? HeadersH1NoButtonsBodyTextModel else { return } headlineBody.set(with: model.headlineBody, delegateObject, additionalData) }