diff --git a/VDS/Components/Label/Label.swift b/VDS/Components/Label/Label.swift index 98c1dfb2..3d2c89e3 100644 --- a/VDS/Components/Label/Label.swift +++ b/VDS/Components/Label/Label.swift @@ -64,7 +64,6 @@ open class LabelBase: UILabel, ModelHandlerable, Initable public required convenience init(with model: ModelType) { self.init() self.model = model - set(with: model) } public override init(frame: CGRect) {