diff --git a/frontend/src/screens/ProductListScreen.js b/frontend/src/screens/ProductListScreen.js index d4c58578..c532ed26 100644 --- a/frontend/src/screens/ProductListScreen.js +++ b/frontend/src/screens/ProductListScreen.js @@ -72,6 +72,7 @@ const ProductListScreen = ({ history, match }) => { return ( <> +

Products

@@ -82,6 +83,9 @@ const ProductListScreen = ({ history, match }) => {
+ + + {loadingDelete && } {errorDelete && {errorDelete}} {loadingCreate && } @@ -132,6 +136,8 @@ const ProductListScreen = ({ history, match }) => { )} + + ) }