Поправила url картинок
This commit is contained in:
@@ -83,10 +83,10 @@ export default {
|
||||
return !this.bodyClass?.["flex-col"] && !this.expandedType;
|
||||
},
|
||||
recordingStatus() {
|
||||
const status = statuses[0].data.find(
|
||||
const status = statuses?.[0]?.data?.find(
|
||||
(elem) => elem.value === this.record?.status
|
||||
);
|
||||
return status || statuses[0].data[0];
|
||||
return status || statuses?.[0]?.data?.[0];
|
||||
},
|
||||
startTime() {
|
||||
return moment.parseZone(this.record?.start);
|
||||
|
||||
Reference in New Issue
Block a user