Skip to content

Commit 742cf5b

Browse files
committed
Fixng more issues
1 parent 34468c5 commit 742cf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/src/modules/AirplaneCrashes/models/AircrashModels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class AircraftCrash {
2929

3030
this.militarycivilian = data.militarycivilian || '';
3131
this.nation = data.nation || '';
32-
this.otherlocationsofremains || '';
32+
this.otherlocationsofremains = data.otherlocationsofremains || '';
3333
this.photographs = data.photographs || '';
3434
this.pilotfirstname = data.pilotfirstname || '';
3535
this.pilotlastname = data.pilotlastname || '';

0 commit comments

Comments
 (0)