{{#if this.workflow}}
  <WorkflowThread
    class="create-merchant-workflow"
    @workflow={{this.workflow}}
    @onClose={{@onClose}}
  />
{{/if}}
<Listener
  @emitter={{this.layer2Network}}
  @event="disconnect"
  @action={{this.onDisconnect}}
/>
<Listener
  @emitter={{this.layer2Network}}
  @event="account-changed"
  @action={{this.onAccountChanged}}
/>
