Skip to content

Commit

Permalink
chore: version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmoon-mind committed Sep 2, 2023
1 parent bd47df0 commit 458c7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion source/component/EachShop.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const EachShop = ({data, key, isEnd}) => {
{'['}
<Newline />
{data.menu.map((item, index, array) => (
<Text>
<Text key={index}>
{' '}
{'{'} "{item.name}" : {item.price} {'}'}
{index !== array.length - 1 ? ',' : ''}
Expand Down

0 comments on commit 458c7f7

Please sign in to comment.