@@ -233,7 +233,7 @@ onUnmounted(() => {
233
233
<div class =" row-card" >
234
234
<div class =" card animate__animated animate__backInUp" :key =" index" >
235
235
<CenteredBlogCard style =" max-height : 700px ;" :image =" item['@files:avatar.avatarBig']?.url ?? avatarDefault"
236
- :title =" item.name" :description =" item.shortDescription" :href =" item.singleUrl"
236
+ :title =" item.name" :description =" item.shortDescription ?? '' " :href =" item.singleUrl"
237
237
@noticeClick =" detailsEditImage" :id =" item.id" />
238
238
<div class =" card-body text-center" >
239
239
<a type =" button" class =" btn btn-sm mb-0 mt-3 bg-gradient-success" @click =" detailsEdit(item.id)" >
@@ -248,7 +248,7 @@ onUnmounted(() => {
248
248
<div class =" row-card" >
249
249
<div class =" card" :key =" index" >
250
250
<CenteredBlogCard style =" max-height : 700px ;" :image =" item['@files:avatar.avatarBig']?.url ?? avatarDefault"
251
- :title =" item.name" :description =" item.shortDescription" :href =" item.singleUrl"
251
+ :title =" item.name" :description =" item.shortDescription ?? '' " :href =" item.singleUrl"
252
252
@noticeClick =" detailsEditImage" :id =" item.id" />
253
253
<div class =" card-body text-center" >
254
254
<a type =" button" class =" btn btn-sm mb-0 mt-3 bg-gradient-success" @click =" detailsEdit(item.id)" >
@@ -277,7 +277,7 @@ onUnmounted(() => {
277
277
<div class =" row-card" >
278
278
<div class =" card animate__animated animate__backInUp" :key =" index" >
279
279
<CenteredBlogCard style =" max-height : 700px ;" :image =" item['@files:avatar.avatarBig']?.url ?? avatarDefault"
280
- :title =" item.name" :description =" item.shortDescription" :href =" item.singleUrl"
280
+ :title =" item.name" :description =" item.shortDescription ?? '' " :href =" item.singleUrl"
281
281
@noticeClick =" detailsEditImage" :id =" item.id" />
282
282
<div class =" card-body text-center" >
283
283
<a type =" button" class =" btn btn-sm mb-0 mt-3 bg-gradient-success" @click =" detailsEdit(item.id)" >
@@ -292,7 +292,7 @@ onUnmounted(() => {
292
292
<div class =" row-card" >
293
293
<div class =" card animate__animated animate__backInUp" :key =" index" >
294
294
<CenteredBlogCard style =" max-height : 700px ;" :image =" item['@files:avatar.avatarBig']?.url ?? avatarDefault"
295
- :title =" item.name" :description =" item.shortDescription" :href =" item.singleUrl"
295
+ :title =" item.name" :description =" item.shortDescription ?? '' " :href =" item.singleUrl"
296
296
@noticeClick =" detailsEditImage" :id =" item.id" />
297
297
<div class =" card-body text-center" >
298
298
<a type =" button" class =" btn btn-sm mb-0 mt-3 bg-gradient-success" @click =" detailsEdit(item.id)" >
0 commit comments