diff LazyBear/Views/Home/Helpers/StockRow.swift @ 428:8c58ce834d95

Bug fixes and change assets
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Fri, 18 Jun 2021 12:43:17 +0200
parents 4effac4733b0
children 3ca32ff79630
line wrap: on
line diff
--- a/LazyBear/Views/Home/Helpers/StockRow.swift	Wed Jun 16 13:46:40 2021 +0200
+++ b/LazyBear/Views/Home/Helpers/StockRow.swift	Fri Jun 18 12:43:17 2021 +0200
@@ -50,7 +50,7 @@
         .padding(.bottom)
         .sheet(isPresented: $showList) {
             if showWatchlistSheet ?? false {
-                WatchlistSheet(listName: adaptListTitle(listName), companies: companies)
+                WatchlistSheet(listName: listName, apiCompanies: companies)
                     .environment(\.managedObjectContext, self.moc)
             } else {
                 StockSheet(listName: adaptListTitle(listName), companies: companies)