From 45d99743496d6fd9c5a106e4288fdec3b97fe4b1 Mon Sep 17 00:00:00 2001 From: joseph le Date: Mon, 2 Oct 2023 10:13:11 +0700 Subject: [PATCH] update App.js --- website/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}