diff --git a/index.html b/index.html index 2495047..250269b 100644 --- a/index.html +++ b/index.html @@ -288,6 +288,7 @@ var app = new Vue({ .then(response => response.json()) .then(response => { if (!response.offers) { + this.offers[locale] = []; return; } this.offers[locale] = response.offers