diff --git a/src/components/LandingBanner.vue b/src/components/LandingBanner.vue index 135215e..682d986 100644 --- a/src/components/LandingBanner.vue +++ b/src/components/LandingBanner.vue @@ -21,7 +21,7 @@ export default { } }, beforeMount() { - if (this.image.length > 0) { + if (this.image && this.image.length > 0) { this.imageFile = this.image } }