comparison LazyBear/Views/Company/Helpers/InsiderTransactionsHelper.swift @ 445:7d1c4dc8d1d8

Change presentationMode to Binding
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 22 Jun 2021 19:56:59 +0200
parents 428109b1e3f0
children 8621ba6fd457
comparison
equal deleted inserted replaced
444:428109b1e3f0 445:7d1c4dc8d1d8
31 .padding() 31 .padding()
32 .background( 32 .background(
33 CustomRectangleBox() 33 CustomRectangleBox()
34 ) 34 )
35 .sheet(isPresented: $showList) { 35 .sheet(isPresented: $showList) {
36 InsiderTransactionsList(insiderTransactions: insiderTransactions) 36 InsiderTransactionsList(insiderTransactions: insiderTransactions, isPresented: $showList)
37 } 37 }
38 } 38 }
39 } 39 }
40 40
41 struct InsiderTransactionsHelper_Previews: PreviewProvider { 41 struct InsiderTransactionsHelper_Previews: PreviewProvider {