Format code.

This commit is contained in:
Bryan Mauger 2025-04-07 09:39:12 -04:00
parent e2139cd07e
commit 3e184f1794

View file

@ -59,7 +59,7 @@ export default {
},
components: {
alert,
menuModal,
//menuModal, Temporary hide. See above.
},
mounted() {
// Check if alert event is on the bus
@ -89,7 +89,7 @@ export default {
<style lang="scss" scoped>
:deep(.menu-modal-container) {
display: none;// This is temporary until the hamburger menu is re-implemented for use with the progress bar
display: none; // This is temporary until the hamburger menu is re-implemented for use with the progress bar
}
.funnel-header {
position: relative;