Fix facebook placeholder (#920)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2022-02-02 22:39:09 +07:00 committed by GitHub
parent ba41d98ccf
commit 7a0e56c59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ export function createModel (builder: Builder): void {
{
label: 'Facebook' as IntlString,
icon: contact.icon.Facebook,
placeholder: '' as IntlString
placeholder: 'https://fb.com/jappleseed' as IntlString
},
contact.channelProvider.Facebook
)