diff --git a/packages/react-frontend/src/Views/ProductPage.jsx b/packages/react-frontend/src/Views/ProductPage.jsx index e9c7ab5..075d781 100644 --- a/packages/react-frontend/src/Views/ProductPage.jsx +++ b/packages/react-frontend/src/Views/ProductPage.jsx @@ -96,19 +96,14 @@ function ProductPage() { if (!product) { return (
-
  • Loading -
  • - Loading...
    ); } return (
    -
  • - Loading -
  • + Loading

    Your Product: {product.product}