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

imprv/115673-128224-create-presentationfile4

Meiri Kikuta 2 лет назад
Родитель
Сommit
8411932188

+ 1 - 1
apps/app/src/components/Admin/Customize/CustomizeFunctionSettingPresentation.tsx

@@ -12,7 +12,7 @@ import CustomizeFunctionOption from './CustomizeFunctionOption';
 type Props = {
   adminCustomizeContainer: AdminCustomizeContainer
 }
-export const CustomizeFunctionSetting = (props: Props): JSX.Element => {
+export const CustomizeFunctionSettingPresentation = (props: Props): JSX.Element => {
 
   const { adminCustomizeContainer } = props;
   const { t } = useTranslation();