From 7b1c3acd0eb00b68c1b438f04056dfb70684e9aa Mon Sep 17 00:00:00 2001 From: Chris Maxwell Date: Tue, 24 Nov 2020 11:26:37 +0100 Subject: [PATCH 1/2] updated link to correct id --- src/Components/Pizza.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Pizza.js b/src/Components/Pizza.js index c9d9ed5..5eb4b1a 100644 --- a/src/Components/Pizza.js +++ b/src/Components/Pizza.js @@ -36,7 +36,7 @@ const EditPizza = ({

Edit Pizza: {pizza.find(({ id }) => id === pizzaId).name}

- + View Toppings From 29ff4e9280195f7f1d7711ebe0eb5b58fdac4801 Mon Sep 17 00:00:00 2001 From: Chris Maxwell Date: Tue, 24 Nov 2020 11:28:09 +0100 Subject: [PATCH 2/2] +pizzaId in id tag. --- src/Components/Pizza.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Pizza.js b/src/Components/Pizza.js index 5eb4b1a..7b60eea 100644 --- a/src/Components/Pizza.js +++ b/src/Components/Pizza.js @@ -36,7 +36,7 @@ const EditPizza = ({

Edit Pizza: {pizza.find(({ id }) => id === pizzaId).name}

- + View Toppings