diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index fa09e90af..c4b949f78 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -81,12 +81,9 @@ export default { checkHeight() { const parentHeight = document.getElementById('infoBox').clientHeight; const wrapper = document.getElementById('stacked'); - const goWide = document.getElementById('go-wide'); if (parentHeight > 80) { wrapper.classList.add("justify-content-start"); wrapper.classList.remove("justify-content-end"); - wrapper.classList.add("justify-content-start"); - wrapper.classList.remove("justify-content-end"); } else { wrapper.classList.add("justify-content-end"); wrapper.classList.remove("justify-content-start");