Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
a37dc5ee
Commit
a37dc5ee
authored
May 14, 2020
by
jackie / Andrea Ida Malkah Klaura
Browse files
fix: check for image/logo before testing length
parent
4a424a9c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/components/shows/MetaImages.vue
View file @
a37dc5ee
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
>
>
</b-col>
</b-col>
<b-col
lg=
"4"
>
<b-col
lg=
"4"
>
<div
v-if=
"selectedShow.logo.length === 0"
>
<div
v-if=
"
!selectedShow.image ||
selectedShow.logo.length === 0"
>
<small><i>
(none set)
</i></small>
<small><i>
(none set)
</i></small>
</div>
</div>
<div
v-else
>
<div
v-else
>
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
>
>
</b-col>
</b-col>
<b-col
lg=
"4"
>
<b-col
lg=
"4"
>
<div
v-if=
"selectedShow.image.length === 0"
>
<div
v-if=
"
!selectedShow.image ||
selectedShow.image.length === 0"
>
<small><i>
(none set)
</i></small>
<small><i>
(none set)
</i></small>
</div>
</div>
<div
v-else
>
<div
v-else
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment