mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 05:16:46 +00:00
Fixes status-im#13263
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
8ac0823eef
commit
960e338f48
@ -138,7 +138,7 @@
|
||||
#(re-frame/dispatch [::name-resolved username
|
||||
(cond
|
||||
(not public-key) :owned
|
||||
(string/ends-with? % "0000000000000000000000000000000000000000000000000000000000000000")
|
||||
(and (string/ends-with? % "0000000000000000000000000000000000000000000000000000000000000000") (not custom-domain?))
|
||||
:invalid-ens
|
||||
(= % public-key) :connected
|
||||
:else :connected-with-different-key)
|
||||
|
Loading…
x
Reference in New Issue
Block a user