diff --git a/package.json b/package.json
index 5893d60..fbda4f0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "up-d4te",
- "version": "1.0.6",
+ "version": "1.0.7",
"description": "Recommend Dating Course in Korea with CLI",
"author": {
"name": "Sanghyeon Sim",
diff --git a/source/component/EachShop.js b/source/component/EachShop.js
index f87a5ea..f55ee0a 100644
--- a/source/component/EachShop.js
+++ b/source/component/EachShop.js
@@ -30,7 +30,7 @@ const EachShop = ({data, key, isEnd}) => {
{'['}
{data.menu.map((item, index, array) => (
-
+
{' '}
{'{'} "{item.name}" : {item.price} {'}'}
{index !== array.length - 1 ? ',' : ''}