From 2ae1eba6dbb61645736b00f52adea6da1b06ef91 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 27 Feb 2026 17:06:17 +0000 Subject: [PATCH] delete commented out code --- .../reporting/RecommendationsOptions.tsx | 51 ------------------- 1 file changed, 51 deletions(-) diff --git a/src/app/portfolio/[slug]/(portfolio)/reporting/RecommendationsOptions.tsx b/src/app/portfolio/[slug]/(portfolio)/reporting/RecommendationsOptions.tsx index 0d106d1..0e404ca 100644 --- a/src/app/portfolio/[slug]/(portfolio)/reporting/RecommendationsOptions.tsx +++ b/src/app/portfolio/[slug]/(portfolio)/reporting/RecommendationsOptions.tsx @@ -1,54 +1,3 @@ -// "use client" - -// import { useState } from "react"; -// import { -// DropdownMenu, -// DropdownMenuContent, -// DropdownMenuTrigger, -// } from "@/app/shadcn_components/ui/dropdown-menu"; -// import { Button } from "@/app/shadcn_components/ui/button"; -// import { Checkbox } from "@/app/shadcn_components/ui/checkbox"; - -// export interface RecommendationsOptionsProps { -// onApply: (value: boolean) => Promise | void; -// disabled?: boolean; -// } - -// export function RecommendationsOptions({ -// onApply, disabled = false -// }: RecommendationsOptionsProps) { -// console.log("Generating Recommendations button"); - -// const [isApplying, setIsApplying] = useState(false); - -// return ( -// { -// if (open) { -// console.log("dropdown menu is open"); -// } -// }} -// > -// -// -// -// -// ) -// } - import { useState } from "react"; import { DropdownMenu,