Add extra newline space on error message

This commit is contained in:
Sean Yesmunt 2019-02-01 11:10:29 -05:00 committed by GitHub
parent 2526ca6688
commit 493cd6c179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,7 +186,7 @@ function handleLoadVideoError(uri, errorType = '') {
} else {
dispatch(
doError(
`Failed to download ${uri}, please try again or see error details:\n${errorType}\n\nIf this problem persists, visit https://lbry.io/support for help. `
`Failed to download ${uri}, please try again or see error details:\n\n${errorType}\n\nIf this problem persists, visit https://lbry.io/support for help. `
)
);
}