diff --git a/MVMCoreUI/Atoms/Views/LeftRightLabelView.swift b/MVMCoreUI/Atoms/Views/LeftRightLabelView.swift index a2855d5a..2b2fe7e9 100644 --- a/MVMCoreUI/Atoms/Views/LeftRightLabelView.swift +++ b/MVMCoreUI/Atoms/Views/LeftRightLabelView.swift @@ -107,8 +107,6 @@ import Foundation bottomAnchor.constraint(greaterThanOrEqualTo: leftLabelBottomAnchor).isActive = true } - rightTextLabel?.topAnchor.constraint(equalTo: topAnchor).isActive = true - rightTextLabel?.trailingAnchor.constraint(equalTo: trailingAnchor).isActive = true NSLayoutConstraint.constraintPinSubview(rightTextLabel, pinTop: true, pinBottom: false, pinLeft: false, pinRight: true) let rightTextBottom = rightTextLabel?.bottomAnchor.constraint(equalTo: bottomAnchor)