remove extra input (#512)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2021-12-03 15:01:28 +06:00 committed by GitHub
parent 43958ef96b
commit 9300540350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,7 +220,6 @@
{:else if enabled}
<ReferenceInput on:message={onMessage}/>
{:else}
<ReferenceInput on:message={onMessage}/>
<div class="flex-center">
<Button label='Connect' primary on:click={(e) => {
showPopup(Connect, {}, e.target)