From d3e8ba562f6968e86ce4889daff34254f09935f5 Mon Sep 17 00:00:00 2001 From: "Christiano, Kevin" Date: Tue, 4 Jun 2019 09:54:56 -0400 Subject: [PATCH] mild updates. --- MVMCoreUI/Atoms/Views/LeftRightLabelView.swift | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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() } }