質問編集履歴

1

文法の修正

2020/06/01 14:20

投稿

Chiaki1111
Chiaki1111

スコア15

test CHANGED
File without changes
test CHANGED
@@ -106,9 +106,9 @@
106
106
 
107
107
  var body: some View {
108
108
 
109
- Text("(self.status.startDate.dateValue(), formatter:dateFormat)")
109
+ Text("(self.observed.status.startDate.dateValue(), formatter:dateFormat)")
110
110
 
111
-      Text("(self.status.endDate.dateValue(), formatter:dateFormat)")
111
+      Text("(self.observed.status.endDate.dateValue(), formatter:dateFormat)")
112
112
 
113
113
  }
114
114