From 00fb27b59ad430d9b35d31592966e768e040562b Mon Sep 17 00:00:00 2001 From: Ryan Zhao Date: Thu, 6 Oct 2022 14:03:12 +1100 Subject: [PATCH] clean --- .../Message Cells/Content Views/ReactionContainerView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Session/Conversations/Message Cells/Content Views/ReactionContainerView.swift b/Session/Conversations/Message Cells/Content Views/ReactionContainerView.swift index 78410b688..583142633 100644 --- a/Session/Conversations/Message Cells/Content Views/ReactionContainerView.swift +++ b/Session/Conversations/Message Cells/Content Views/ReactionContainerView.swift @@ -75,7 +75,6 @@ final class ReactionContainerView: UIView { arrow.pin(.top, to: .top, of: result) arrow.pin(.leading, to: .leading, of: result) arrow.pin(.bottom, to: .bottom, of: result) -// arrow.set(.width, to: Self.arrowSize.width) textLabel.pin(.top, to: .top, of: result) textLabel.pin(.leading, to: .trailing, of: arrow, withInset: ReactionContainerView.arrowSpacing)