{lines.map((line, i) =>
- {line.map((tuple, j) =>
-
- {tuple[1]}
-
- )}
+ {line.map((element, j) => {
+ let [style, text] = element
+ return (
+
+ {text}
+
+ )
+ })}
)}
- {ViewImage.matches(message) &&
-