diff --git a/VDS/Components/TextFields/TextArea/TextArea.swift b/VDS/Components/TextFields/TextArea/TextArea.swift index 57222496..b5fada0c 100644 --- a/VDS/Components/TextFields/TextArea/TextArea.swift +++ b/VDS/Components/TextFields/TextArea/TextArea.swift @@ -206,13 +206,8 @@ open class TextArea: EntryFieldBase { widthConstraint?.isActive = false minWidthConstraint?.isActive = true } - - let characterError = getCharacterCounterText() - if let maxLength, maxLength > 0 { - characterCounterLabel.text = characterError - } else { - characterCounterLabel.text = "" - } + + characterCounterLabel.text = getCharacterCounterText() icon.size = .medium icon.color = iconColorConfiguration.getColor(self)