diff --git a/website/src/App.js b/website/src/App.js index a69a485..e3bd959 100644 --- a/website/src/App.js +++ b/website/src/App.js @@ -22,7 +22,7 @@ const App = () => {

Demo Git Webhook

{allProducts.map((pro) => (
-

SN: {pro.SN}

+

SN: {pro.SN}

PID: {pro.PID}

VID: {pro.VID}

File: {pro.fileName}