From 8e619d6ae2a2538a3370c3fb353cbc7c155201a6 Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Sun, 29 Jan 2017 15:21:15 -0600 Subject: [PATCH] Add keys. --- bikeshop_project/assets/js/bikes/components/Size/index.jsx | 2 +- bikeshop_project/assets/js/bikes/components/Source/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bikeshop_project/assets/js/bikes/components/Size/index.jsx b/bikeshop_project/assets/js/bikes/components/Size/index.jsx index 5ec5ce9..7b5531a 100644 --- a/bikeshop_project/assets/js/bikes/components/Size/index.jsx +++ b/bikeshop_project/assets/js/bikes/components/Size/index.jsx @@ -27,7 +27,7 @@ const styles = { const Size = ({ size, onChange }) => { const items = sizes.map(s => - , + , ); return ( diff --git a/bikeshop_project/assets/js/bikes/components/Source/index.jsx b/bikeshop_project/assets/js/bikes/components/Source/index.jsx index 594c7a0..608f9d7 100644 --- a/bikeshop_project/assets/js/bikes/components/Source/index.jsx +++ b/bikeshop_project/assets/js/bikes/components/Source/index.jsx @@ -19,7 +19,7 @@ export const friendly = (s) => { const Source = ({ source, onChange }) => { const items = sources.map(s => - , + , ); return (