From 3f208a86bb630cca4bef398068eab26333b14c1f Mon Sep 17 00:00:00 2001 From: "Masaharu.Kato" Date: Fri, 6 Jun 2025 10:12:29 +0900 Subject: [PATCH] =?UTF-8?q?=E6=97=A2=E5=AD=98=E3=81=AE=E9=A3=9F=E6=9D=90?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E3=81=AB=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/CategoryDropDown.tsx | 2 +- frontend/src/pages/StockPage.tsx | 1 - frontend/src/pages/TaskListPage.tsx | 4 +--- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/CategoryDropDown.tsx b/frontend/src/components/CategoryDropDown.tsx index fce3e55..74ded65 100644 --- a/frontend/src/components/CategoryDropDown.tsx +++ b/frontend/src/components/CategoryDropDown.tsx @@ -16,7 +16,7 @@ const CategoryDropDown = () => { onChange={(event) => setSelectedValue(event.target.value)} > 乳製品 - 肉・魚 + 魚・肉 野菜 調味料 その他 diff --git a/frontend/src/pages/StockPage.tsx b/frontend/src/pages/StockPage.tsx index e305d3b..049ae97 100644 --- a/frontend/src/pages/StockPage.tsx +++ b/frontend/src/pages/StockPage.tsx @@ -19,7 +19,6 @@ import { } from '@mui/material'; import { TASK_ERRORS } from '../constants/errorMessages'; -import CategoryDropDown from "../components/CategoryDropDown"; const StockPage: React.FC = () => { diff --git a/frontend/src/pages/TaskListPage.tsx b/frontend/src/pages/TaskListPage.tsx index 5ec6c38..4eccf04 100644 --- a/frontend/src/pages/TaskListPage.tsx +++ b/frontend/src/pages/TaskListPage.tsx @@ -36,8 +36,6 @@ import { import { Task, ToBuy, Stuff } from '../types/types'; import { TASK_ERRORS } from '../constants/errorMessages'; //import { FaCarrot } from "react-icons/fa6"; //エラー起きる いったん保留 -import CategoryDropDown from "../components/CategoryDropDown"; - @@ -258,7 +256,7 @@ const TaskListPage: React.FC = () => { onChange={(e) => onChangeCategory(e.target.value) } > 乳製品 - 肉・魚 + 魚・肉 野菜 調味料 その他