Mercurial > public > lazybear
diff LazyBear/Views/Global Helpers/StockRow.swift @ 417:5f21f7c23c5e
Add comments and clean code
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Fri, 11 Jun 2021 11:37:42 +0200 |
parents | 79c39987aaa4 |
children | 9b7af8e83d12 |
line wrap: on
line diff
--- a/LazyBear/Views/Global Helpers/StockRow.swift Wed Jun 09 20:26:28 2021 +0200 +++ b/LazyBear/Views/Global Helpers/StockRow.swift Fri Jun 11 11:37:42 2021 +0200 @@ -13,8 +13,9 @@ var list: [String: QuoteModel] var intradayPrices: [String: [IntradayPriceModel]]? var addOnDelete: Bool + + @State private var showExtensiveList = false - @State private var showExtensiveList = false @Environment(\.managedObjectContext) private var moc var body: some View {