diff --git a/VDS/Components/Footnote/Footnote.swift b/VDS/Components/Footnote/Footnote.swift index 8583a05b..4d352e7b 100644 --- a/VDS/Components/Footnote/Footnote.swift +++ b/VDS/Components/Footnote/Footnote.swift @@ -211,7 +211,8 @@ open class Footnote: View { // Update symbolLabel symbolWidthConstraint?.isActive = false - symbolLabel.text = hideSymbol ? "" : symbolType + symbolLabel.text = symbolType + symbolLabel.isHidden = hideSymbol symbolLabel.textColor = kind.colorConfiguration.getColor(self) symbolLabel.textStyle = size.textStyle.regular symbolLabel.surface = surface