diff --git a/VDS/Components/Footnote/FootnoteItem.swift b/VDS/Components/Footnote/FootnoteItem.swift index 1bbf7b26..3a15b6de 100644 --- a/VDS/Components/Footnote/FootnoteItem.swift +++ b/VDS/Components/Footnote/FootnoteItem.swift @@ -207,7 +207,7 @@ open class FootnoteItem: View { // Update symbolLabel symbolLabel.text = symbolType - symbolLabel.isHidden = hideSymbol + symbolLabel.isHidden = symbolType.isEmpty ? true : hideSymbol symbolLabel.textColor = kind.colorConfiguration.getColor(self) symbolLabel.textStyle = size.textStyle.regular symbolLabel.surface = surface diff --git a/VDS/SupportingFiles/ReleaseNotes.txt b/VDS/SupportingFiles/ReleaseNotes.txt index e042c676..57f8873e 100644 --- a/VDS/SupportingFiles/ReleaseNotes.txt +++ b/VDS/SupportingFiles/ReleaseNotes.txt @@ -3,6 +3,8 @@ - ONEAPP-11355 - ListUnordered - Finished Development - CXTDT-630735 - PriceLockup - Accessibility - CXTDT-626164 - FootnoteGroup - Dark mode +- CXTDT-626180 - FootnoteItem - Symbol type padding +- CXTDT-586383 - Table - Line style can be selected for each row. 1.0.75 ----------------