update sua 1 so cho

This commit is contained in:
2022-01-12 15:21:01 +07:00
parent b45d36a93b
commit 44b5203549
6 changed files with 1987 additions and 33942 deletions

View File

@@ -162,7 +162,7 @@ class ImportImage extends Component {
// )
// }
let bulletedListImg = this.state.listImgImport.map((value, index) => {
var listImg
listImg = <img key={index} style={{ width: "80px", height: "80px" }} alt="" src={`${value.image_host}`} />