Skip to content

Commit

Permalink
chore: v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmoon-mind committed Aug 31, 2023
1 parent ba27818 commit 89bba12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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": "0.0.11",
"version": "0.0.12",
"description": "Recommend Dating Course in Korea with CLI",
"author": {
"name": "Sanghyeon Sim",
Expand Down
1 change: 0 additions & 1 deletion source/component/ShopDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, {useState} from 'react';
import {Text, Newline, Box, Spacer, useInput} from 'ink';
import TextInput from 'ink-text-input';
import theme from '../Theme.js';
import SingleShop from './SingleShop.js';

const ShopDetail = ({id, setId, userId, singleShop}) => {
const [data, setData] = useState(singleShop);
Expand Down

0 comments on commit 89bba12

Please sign in to comment.