diff --git a/MVMCoreUI/Atoms/Views/LeftRightLabelView.swift b/MVMCoreUI/Atoms/Views/LeftRightLabelView.swift index b1d2b057..fb924453 100644 --- a/MVMCoreUI/Atoms/Views/LeftRightLabelView.swift +++ b/MVMCoreUI/Atoms/Views/LeftRightLabelView.swift @@ -1,5 +1,5 @@ // -// ItemDetailView.swift +// LeftRightLabelView.swift // MVMCoreUI // // Created by Christiano, Kevin on 5/20/19. @@ -173,7 +173,6 @@ import Foundation rightTextLabel?.setContentHuggingPriority(.required, for: .vertical) } - //------------------------------------------------------ // MARK: - Atomization //------------------------------------------------------ @@ -199,8 +198,6 @@ import Foundation constrainRightLabel() } else if let rightText = rightTextLabel?.text, rightText.isEmpty { constrainLeftLabel() - } else { - constrainBothLabels() } }