Ver Fonte

refactor: remove unused Props type from AiAssistantManagementPageSelectionMethod component

Shun Miyazawa há 9 meses atrás
pai
commit
42ebf6668d

+ 1 - 5
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantManagementModal/AiAssistantManagementPageSelectionMethod.tsx

@@ -32,11 +32,7 @@ const SelectionButton = (props: { icon: string, label: string, onClick: () => vo
 };
 };
 
 
 
 
-type Props = {
-  //
-}
-
-export const AiAssistantManagementPageSelectionMethod = (props: Props): JSX.Element => {
+export const AiAssistantManagementPageSelectionMethod = (): JSX.Element => {
   return (
   return (
     <>
     <>
       <AiAssistantManagementHeader />
       <AiAssistantManagementHeader />