File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ If you want to conditionally show a stepper view for the quantity when in-stock
216
216
217
217
``` swift
218
218
struct InventoryItemView {
219
- @State var status: ItemStatus?
219
+ @State var status: ItemStatus
220
220
221
221
var body: some View {
222
222
Switch (self .$status) {
@@ -318,7 +318,7 @@ SwiftUI Navigation's tools were motivated and designed over the course of many e
318
318
You can watch all of the episodes [ here] ( https://www.pointfree.co/collections/swiftui/navigation ) .
319
319
320
320
<a href =" https://www.pointfree.co/collections/swiftui/navigation " >
321
- <img alt =" video poster image " src =" https://d3rccdn33rt8ze.cloudfront.net/episodes/0160 .jpeg " width =" 600 " >
321
+ <img alt =" video poster image " src =" https://d3rccdn33rt8ze.cloudfront.net/episodes/0166 .jpeg " width =" 600 " >
322
322
</a >
323
323
324
324
## Installation
You can’t perform that action at this time.
0 commit comments