diff --git a/website/src/App.js b/website/src/App.js index 9c9c630..4a0b415 100644 --- a/website/src/App.js +++ b/website/src/App.js @@ -1,6 +1,6 @@ import React, { useEffect, useState } from "react"; import axios from "axios"; -import "./App.css" +import "./App.css"; const App = () => { const [allProducts, setAllProducts] = useState([]); @@ -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}