{{#if this.workflow}}
  <WorkflowThread
    class="create-space-workflow"
    @workflow={{this.workflow}}
    @onClose={{@onClose}}
  />
{{/if}}

{{!-- TODO: remove this and place it in a better place when we have solved the Boxel modal layer problem --}}
{{!-- template-lint-disable no-inline-styles --}}
<div id="create-space-workflow-modal" style="width: 0px; height: 0px; flex-grow: 0;"></div>

<Listener
  @emitter={{this.layer2Network}}
  @event="disconnect"
  @action={{this.onDisconnect}}
/>
<Listener
  @emitter={{this.layer2Network}}
  @event="account-changed"
  @action={{this.onAccountChanged}}
/>
