mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 13:22:02 +03:00
removed missing console.log
This commit is contained in:
parent
29830ee54f
commit
0aaef08a60
@ -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