summaryrefslogtreecommitdiff
path: root/ui/app/components/wizard/provider_select_stage.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/wizard/provider_select_stage.js')
-rw-r--r--ui/app/components/wizard/provider_select_stage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/wizard/provider_select_stage.js b/ui/app/components/wizard/provider_select_stage.js
index e33310b..2a342d9 100644
--- a/ui/app/components/wizard/provider_select_stage.js
+++ b/ui/app/components/wizard/provider_select_stage.js
@@ -146,7 +146,7 @@ export default class ProviderSelectStage extends React.Component {
<h3>{this.state.provider.domain}</h3>
<p>{this.state.provider.description}</p>
<p><b>Enrollment Policy:</b> {this.state.provider.enrollment_policy}</p>
- <p><b>Services</b>: {services}</p>
+ <p><b>Services</b>: {services.join(', ')}</p>
<p><b>Languages</b>: {languages.join(', ')}</p>
</div>
)