Fix rendering metadata in user requests

environments/review-front-deve-otr6gc/deployments/13401
wvffle 2022-07-25 21:12:47 +00:00 zatwierdzone przez Georg Krause
rodzic 8d63ee689f
commit 465b6918e4
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -57,8 +57,6 @@ const approve = async (isApproved: boolean) => {
const handleRemovedNote = (uuid: string) => {
obj.value.notes = obj.value.notes.filter((note) => note.uuid !== uuid)
}
const isArray = Array.isArray
</script>
<template>
@ -224,7 +222,7 @@ const isArray = Array.isArray
:key="key"
>
<h4>{{ key }}</h4>
<p v-if="isArray(value)">
<p v-if="value">
{{ value }}
</p>
<translate