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() }