Vien V.Nguyen

Results 1 comments of Vien V.Nguyen

This issue can be resolved by change ``` init(original: PuzzleItemSectionModel, items: [Item]) { switch original { case let .ContentSection(content): self = .ContentSection(content: content) case let .ProbeSection(count, content): self = .ProbeSection(count:...