From 742bae9169e9f95ff3a6fd3f427f7062bda82dab Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 26 Jun 2024 17:19:17 -0500 Subject: [PATCH] Signed-off-by: Matt Bruce --- VDS/Components/TileContainer/TileContainer.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/VDS/Components/TileContainer/TileContainer.swift b/VDS/Components/TileContainer/TileContainer.swift index c2d03aea..03e320e7 100644 --- a/VDS/Components/TileContainer/TileContainer.swift +++ b/VDS/Components/TileContainer/TileContainer.swift @@ -364,7 +364,6 @@ open class TileContainerBase: Control where Padding containerViewTrailingLessThanOrEqualConstraint?.activate() } else { - //set to the parent view containerViewLeadingConstraint?.activate() containerViewTrailingConstraint?.activate() }