diff --git a/app/src/App.js b/app/src/App.js
index 783f7a7..a85cc1a 100644
--- a/app/src/App.js
+++ b/app/src/App.js
@@ -21,7 +21,8 @@ function App() {
-
+ {/* */}
+
diff --git a/app/src/components/ImportImg/ImportImage.js b/app/src/components/ImportImg/ImportImage.js
index 6d0bbf8..4c6cda0 100644
--- a/app/src/components/ImportImg/ImportImage.js
+++ b/app/src/components/ImportImg/ImportImage.js
@@ -249,14 +249,14 @@ class ImportImage extends Component {
data-col-index={0}
/>
- */}
+
+
+
-
+ {text.length > 0 && text.map((item, index) => {
+ return (
+
{item}
+ )
+ })}
+