remove session type output

This commit is contained in:
Thilo Behnke
2022-06-23 20:47:33 +02:00
parent 2975687b35
commit f950bb0bbb

View File

@@ -14,6 +14,5 @@
{#if !session}
<h3>no session</h3>
{:else}
{session.type.toLowerCase()}
<slot inputs={$networkSessionInputs}></slot>
{/if}