fix delete relay button.

This commit is contained in:
fiatjaf 2022-02-07 11:37:49 -03:00
parent 24cfc4c50a
commit 4a5e86eaa8

View File

@ -52,7 +52,7 @@
color="negative" color="negative"
icon="cancel" icon="cancel"
size="xs" size="xs"
:disable="$store.getters.canSignEventsAutomatically" :disable="!$store.getters.canSignEventsAutomatically"
@click="removeRelay(url)" @click="removeRelay(url)"
/> />
{{ url }} {{ url }}