This commit is contained in:
parent
c29906f306
commit
2382783f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ const downloadText = computed(() => {
|
||||||
|
|
||||||
const correspondingDTLProposal = computed(() => {
|
const correspondingDTLProposal = computed(() => {
|
||||||
if (activeTracks.value?.length === 1) {
|
if (activeTracks.value?.length === 1) {
|
||||||
const matchingProposal = page.value.designToLight.find(
|
const matchingProposal = page.value.designToLight?.find(
|
||||||
(proposal) => proposal.location.trackSlug === activeTracks.value[0].slug
|
(proposal) => proposal.location.trackSlug === activeTracks.value[0].slug
|
||||||
);
|
);
|
||||||
return matchingProposal ? [matchingProposal] : false;
|
return matchingProposal ? [matchingProposal] : false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue