Format code.
This commit is contained in:
parent
e2139cd07e
commit
3e184f1794
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue