diff --git a/js/components/forms/details_of_use.js b/js/components/forms/details_of_use.js index edc9cacf..7acf6b3e 100644 --- a/js/components/forms/details_of_use.js +++ b/js/components/forms/details_of_use.js @@ -19,12 +19,14 @@ export default { data: function () { const { estimated_monthly_spend = 0, - jedi_migration = '' + jedi_migration = '', + technical_support_team = '' } = this.initialData return { estimated_monthly_spend, - jedi_migration + jedi_migration, + technical_support_team } }, @@ -42,6 +44,9 @@ export default { }, isJediMigration: function () { return this.jedi_migration === 'yes' + }, + hasTechnicalSupportTeam: function () { + return this.technical_support_team === 'yes' } }, diff --git a/templates/requests/screen-1.html b/templates/requests/screen-1.html index 23f078ab..2dd3da9f 100644 --- a/templates/requests/screen-1.html +++ b/templates/requests/screen-1.html @@ -34,7 +34,9 @@