Fix environment tag missing from app (#5607)
This commit is contained in:
@@ -20,6 +20,14 @@
|
|||||||
:date-updated="project.date_modified"
|
:date-updated="project.date_modified"
|
||||||
:banner="project.featured_gallery ?? undefined"
|
:banner="project.featured_gallery ?? undefined"
|
||||||
:color="project.color ?? undefined"
|
:color="project.color ?? undefined"
|
||||||
|
:environment="
|
||||||
|
['mod', 'modpack'].includes(projectType)
|
||||||
|
? {
|
||||||
|
clientSide: project.client_side?.[0],
|
||||||
|
serverSide: project.server_side?.[0],
|
||||||
|
}
|
||||||
|
: undefined
|
||||||
|
"
|
||||||
layout="list"
|
layout="list"
|
||||||
>
|
>
|
||||||
<template #actions>
|
<template #actions>
|
||||||
|
|||||||
Reference in New Issue
Block a user