Removed console log.
This commit is contained in:
parent
4949e727bf
commit
ef00ad8c31
@ -105,7 +105,6 @@ const renderText = (text = [], navigate) => {
|
|||||||
if (typeof text === "string" || typeof text === "number") {
|
if (typeof text === "string" || typeof text === "number") {
|
||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
console.log("text", text, text.map);
|
|
||||||
return text.map((item, index) => {
|
return text.map((item, index) => {
|
||||||
return renderAnnotation(item, navigate, index);
|
return renderAnnotation(item, navigate, index);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user