From 0461ead97434ab1c627274e5cde85ec2bb017024 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Mon, 20 Apr 2020 13:25:15 -0400 Subject: [PATCH] required --- MVMCoreUI/Atomic/Atoms/Views/LeftRightLabelView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Atoms/Views/LeftRightLabelView.swift b/MVMCoreUI/Atomic/Atoms/Views/LeftRightLabelView.swift index c26307f2..6ed56187 100644 --- a/MVMCoreUI/Atomic/Atoms/Views/LeftRightLabelView.swift +++ b/MVMCoreUI/Atomic/Atoms/Views/LeftRightLabelView.swift @@ -121,7 +121,6 @@ import Foundation rightTextLabel.topAnchor.constraint(equalTo: topAnchor).isActive = true rightTextLabelTrailing = layoutMarginsGuide.trailingAnchor.constraint(equalTo: rightTextLabel.trailingAnchor) - rightTextLabelTrailing?.priority = .required rightTextLabelTrailing?.isActive = true let rightTextBottom = bottomAnchor.constraint(equalTo: rightTextLabel.bottomAnchor)