Mercurial > public > lazybear
diff LazyBear/Views/Company/Helpers/InsiderList.swift @ 430:c78d5b5b3bda
Minor updates
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sat, 19 Jun 2021 16:21:26 +0200 |
parents | 5f21f7c23c5e |
children |
line wrap: on
line diff
--- a/LazyBear/Views/Company/Helpers/InsiderList.swift Sat Jun 19 16:20:58 2021 +0200 +++ b/LazyBear/Views/Company/Helpers/InsiderList.swift Sat Jun 19 16:21:26 2021 +0200 @@ -52,7 +52,7 @@ struct InsiderFullList: View { var insiderSummary: [InsiderRosterModel] - @Environment(\.presentationMode) private var presentationInsiderFullList + @Environment(\.presentationMode) private var insiderFullListPresentation var body: some View { NavigationView { @@ -70,7 +70,7 @@ .navigationBarTitleDisplayMode(.inline) .toolbar { ToolbarItem(placement: .navigationBarLeading) { - Button(action: { presentationInsiderFullList.wrappedValue.dismiss() }) { + Button(action: { insiderFullListPresentation.wrappedValue.dismiss() }) { Image(systemName: "multiply") .imageScale(.large) }