@ -49,7 +49,7 @@ const RecipeList: React.FC = () => {
maxServings: 0 // 最大調理可能数
}
// すべての料理リスト
const [allRecipes, setAllRecipes] = useState<RecipeWithId[]>([EMPTY_RECIPEWITHID, EMPTY_RECIPEWITHID]);
const [allRecipes, setAllRecipes] = useState<RecipeWithId[]>();
const [openAddByRecipeDialog, setOpenAddByRecipeDialog] = useState(false);