We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34468c5 commit 742cf5bCopy full SHA for 742cf5b
src/web/src/modules/AirplaneCrashes/models/AircrashModels.js
@@ -29,7 +29,7 @@ export class AircraftCrash {
29
30
this.militarycivilian = data.militarycivilian || '';
31
this.nation = data.nation || '';
32
- this.otherlocationsofremains || '';
+ this.otherlocationsofremains = data.otherlocationsofremains || '';
33
this.photographs = data.photographs || '';
34
this.pilotfirstname = data.pilotfirstname || '';
35
this.pilotlastname = data.pilotlastname || '';
0 commit comments