From f51d09e0e828fd9e1f931ed7c76be3d7b86fe2d4 Mon Sep 17 00:00:00 2001 From: joseph le Date: Mon, 2 Oct 2023 10:47:18 +0700 Subject: [PATCH] update App.js --- website/src/App.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/src/App.js b/website/src/App.js index 4a0b415..236ef3f 100644 --- a/website/src/App.js +++ b/website/src/App.js @@ -22,7 +22,9 @@ const App = () => {

Demo Git Webhook

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

SN: {pro.SN}

+

+ SN: {pro.SN} +

PID: {pro.PID}

VID: {pro.VID}

File: {pro.fileName}