diff --git a/MVMCoreUI/Atoms/Views/Label.swift b/MVMCoreUI/Atoms/Views/Label.swift index a6a9181d..d5e1efef 100644 --- a/MVMCoreUI/Atoms/Views/Label.swift +++ b/MVMCoreUI/Atoms/Views/Label.swift @@ -310,7 +310,7 @@ import MVMCore @objc public func setWithJSON(_ json: [AnyHashable: Any]?, delegate: NSObject?, additionalData: [AnyHashable: Any]?) { Label.setUILabel(self, withJSON: json, delegate: delegate, additionalData: additionalData) - guard let dictionary = json else { return } +// guard let dictionary = json else { return } /* if let numberOfLinesCount = dictionary["numberOfLines"] as? Int {