|
@@ -52,7 +52,6 @@ type ItemControlProps = {
|
|
|
|
|
|
|
|
const ItemControl: FC<ItemControlProps> = memo((props: ItemControlProps) => {
|
|
const ItemControl: FC<ItemControlProps> = memo((props: ItemControlProps) => {
|
|
|
const onClickPlusButton = () => {
|
|
const onClickPlusButton = () => {
|
|
|
- console.log('プラスボタン!');
|
|
|
|
|
if (props.onClickPlusButton == null) {
|
|
if (props.onClickPlusButton == null) {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|