diff --git a/spin-up-hub/src/components/ContentListing.vue b/spin-up-hub/src/components/ContentListing.vue index fbba9a6f4..9024f9c49 100644 --- a/spin-up-hub/src/components/ContentListing.vue +++ b/spin-up-hub/src/components/ContentListing.vue @@ -61,7 +61,7 @@ export default { if (contentFilterLength === 0) { return data.filter(k => { return this.filteredLanguages.includes(k.language) }) } - if (langaugeFilterLength === 0) { + if (languageFilterLength === 0) { return data.filter(k => { return this.filteredContentTypes.includes(k.category) }) } else { data = data.filter(k => @@ -139,4 +139,4 @@ export default { color: #e7d3f2; } } - \ No newline at end of file +