mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 00:46:27 +03:00
removed missing console.log
This commit is contained in:
parent
d7f2dbc489
commit
aa5c14e050
@ -164,7 +164,7 @@ const handleLinks = input => input.replace(linkRegex, (link) => {
|
||||
if (imageMatch[0].indexOf('.gif') > 0) {
|
||||
return gifBody(imageMatch[0]);
|
||||
}
|
||||
console.log(imageMatch);
|
||||
|
||||
if (imageMatch[0]) {
|
||||
return imageBody(imageMatch[0]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user