not needed
This commit is contained in:
parent
40f2b5db17
commit
e676e1f7c1
@ -245,10 +245,7 @@ public typealias ActionBlock = () -> ()
|
||||
attributedText = nil
|
||||
originalAttributedString = nil
|
||||
|
||||
guard let labelModel = model as? LabelModel else {
|
||||
text = ""
|
||||
return
|
||||
}
|
||||
guard let labelModel = model as? LabelModel else { return }
|
||||
|
||||
text = labelModel.text
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user