質問編集履歴
1
文法の修正
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
|
|