updated line

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-08-14 15:18:33 -05:00
parent c742fbab35
commit 056954ddcc

View File

@ -44,6 +44,6 @@ class LineViewController: BaseViewController<Line> {
extension LineViewController: ComponentSampleable {
static func makeSample() -> ComponentSample {
let component = Self.makeComponent()
return ComponentSample(component: component, canPinTrailing: false)
return ComponentSample(component: component)
}
}