udpated to pin

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-08-14 12:48:57 -05:00
parent 20689203c8
commit c6e578f270

View File

@ -210,6 +210,6 @@ extension ButtonGroupViewController: Componentable {
TextLinkCaret().with { $0.text = "Text Link Caret" }
]
return TestViewWrapper(component: component, isTrailing: true)
return TestViewWrapper(component: component, isTrailing: false)
}
}