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,