fix #641
This commit is contained in:
parent
8e01568622
commit
5cf3a42be4
|
@ -396,7 +396,7 @@ export function LnAddrWithdrawal () {
|
|||
autoFocus
|
||||
onChange={onAddrChange}
|
||||
transformUser={user => ({ ...user, name: `${user.name}@stacker.news` })}
|
||||
selectWithTab={false}
|
||||
selectWithTab
|
||||
filterUsers={(query) => {
|
||||
const [, domain] = query.split('@')
|
||||
return !domain || 'stacker.news'.startsWith(domain)
|
||||
|
|
Loading…
Reference in New Issue