update App.js

This commit is contained in:
joseph le 2023-10-02 10:47:18 +07:00
parent b1522790fe
commit f51d09e0e8
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,9 @@ const App = () => {
<h1>Demo Git Webhook</h1>
{allProducts.map((pro) => (
<div>
<h3 style={{ backgroundColor: "yellow" }}>SN: {pro.SN}</h3>
<h3 style={{ backgroundColor: "yellow" }}>
SN: {pro.SN}
</h3>
<p>PID: {pro.PID}</p>
<p>VID: {pro.VID}</p>
<p>File: {pro.fileName}</p>