diff --git a/src/components/vending-machine.jsx b/src/components/vending-machine.jsx index 58e5925..f48b179 100644 --- a/src/components/vending-machine.jsx +++ b/src/components/vending-machine.jsx @@ -28,7 +28,13 @@ export default React.createClass({ style: coinContainerStyle} } = coinContainer; return (
-

Display: {defaultMessage}

+
+

Display: {defaultMessage}

+
Balance: ${balance}
+
Selected Product: {selectedProduct}
+
CoinReturn: ${coinReturn}
+
Vend: {vend}
+
{validCoins.map((vc,i) =>{ return