first commit for dev
This commit is contained in:
parent
8099522cc4
commit
c1340534a0
|
|
@ -23,7 +23,7 @@ const App = () => {
|
||||||
<h1>Demo Git Webhook</h1>
|
<h1>Demo Git Webhook</h1>
|
||||||
{allProducts.map((pro) => (
|
{allProducts.map((pro) => (
|
||||||
<div>
|
<div>
|
||||||
<h3 style={{ backgroundColor: "blue" }}>
|
<h3 style={{ backgroundColor: "red" }}>
|
||||||
SN: {pro.SN}
|
SN: {pro.SN}
|
||||||
</h3>
|
</h3>
|
||||||
<p>PID: {pro.PID}</p>
|
<p>PID: {pro.PID}</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue