From a9eae29e1aa58f816c1b55a1fe952ebe6582b4c4 Mon Sep 17 00:00:00 2001 From: Lekshmi S Date: Wed, 28 Oct 2020 17:03:59 +0530 Subject: [PATCH] Identifier name changed. --- .../List/Miscellaneous/ListStoreLocatorModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/Miscellaneous/ListStoreLocatorModel.swift b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/Miscellaneous/ListStoreLocatorModel.swift index 52f9f9fc..32392b50 100644 --- a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/Miscellaneous/ListStoreLocatorModel.swift +++ b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/Miscellaneous/ListStoreLocatorModel.swift @@ -11,7 +11,7 @@ public class ListStoreLocatorModel: ListItemModel, MoleculeModelProtocol { // MARK: - Properties //-------------------------------------------------- - public static var identifier = "listStoreLoctr" + public static var identifier = "listStoreLocator" public var heart: HeartModel public var leftHeadline: LabelModel public var leftBody: LabelModel