Просмотр исходного кода

refactor: remove unused Props type from AiAssistantManagementPageSelectionMethod component

Shun Miyazawa 8 месяцев назад
Родитель
Сommit
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 (
     <>
       <AiAssistantManagementHeader />