diff --git a/submissions/bukunmiAdeniyi/React/src/components/CartList.js b/submissions/bukunmiAdeniyi/React/src/components/CartList.js index 1fad91337..28e8befdc 100644 --- a/submissions/bukunmiAdeniyi/React/src/components/CartList.js +++ b/submissions/bukunmiAdeniyi/React/src/components/CartList.js @@ -1,35 +1,34 @@ -import React from "react" +import React from "react"; -import './css/CartList.css' +import "./css/CartList.css"; -import { FaTimes, FaMinus, FaPlus } from 'react-icons/fa' +import { FaTimes, FaMinus, FaPlus } from "react-icons/fa"; -export const CartList = ({cartItem, addCart, onRemove, removeMenu}) => { +export const CartList = ({ cartItem, addCart, onRemove, removeMenu }) => { + return ( +
+
+ removeMenu(cartItem)} className="fa-icons-x" /> + {cartItem.title} - return ( -
-
- - removeMenu(cartItem)} className='fa-icons-x' /> - {cartItem.title} - - {cartItem.title} + {cartItem.title} - #{cartItem.cost * cartItem.qty} + #{cartItem.cost * cartItem.qty} -
- - - {cartItem.qty} - - -
-
- -
- +
+ + {cartItem.qty} +
- ) -} +
+ +
+
+ ); +}; -export default CartList \ No newline at end of file +export default CartList; diff --git a/submissions/pelumiAdetoye/REACT/react-app b/submissions/pelumiAdetoye/REACT/react-app new file mode 160000 index 000000000..1dbe1b333 --- /dev/null +++ b/submissions/pelumiAdetoye/REACT/react-app @@ -0,0 +1 @@ +Subproject commit 1dbe1b3330920a906b758e20803f1bc2dc011dfd diff --git a/submissions/pelumiAdetoye/css/html/vendor.html b/submissions/pelumiAdetoye/css/html/vendor.html index 284fd774b..b81f3ce6f 100644 --- a/submissions/pelumiAdetoye/css/html/vendor.html +++ b/submissions/pelumiAdetoye/css/html/vendor.html @@ -187,7 +187,7 @@ -
diff --git a/tests/setup/winos/python.exe b/tests/setup/winos/python.exe index 20356b269..e69de29bb 100644 Binary files a/tests/setup/winos/python.exe and b/tests/setup/winos/python.exe differ