fix typo
This commit is contained in:
parent
f87ddf3448
commit
76b14f6e8e
@ -16,7 +16,7 @@ import UIKit
|
||||
guard let moleculeModel = (model as? ListItemModel)?.molecule else { return }
|
||||
if molecule != nil {
|
||||
(molecule as? ModelMoleculeViewProtocol)?.setWithModel(moleculeModel, delegateObject, additionalData)
|
||||
} else if let moleculeView = MVMCoreUIMoleculeMappingObject.shared()?.createMolecule(moleculeModel, delegateObject, true) {
|
||||
} else if let moleculeView = MVMCoreUIMoleculeMappingObject.shared()?.createMolecule(moleculeModel, delegateObject, false) {
|
||||
addMolecule(moleculeView)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user