We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f8339 commit 195f451Copy full SHA for 195f451
App/UnderstandingCoreData/Views/ItemCardView.swift
@@ -8,7 +8,7 @@
8
import SwiftUI
9
10
struct ItemCardView: View {
11
- let item: Item
+ @ObservedObject var item: Item
12
let currency = Locale.current.currency?.identifier ?? "BRL"
13
14
private var totalQuantity: Int {
0 commit comments