Taichi Masuyama 4 лет назад
Родитель
Сommit
e8a2743357

+ 1 - 2
packages/app/src/components/Admin/UserGroupDetail/UserGroupDetailPage.tsx

@@ -8,8 +8,7 @@ import UserGroupPageList from './UserGroupPageList';
 import { withUnstatedContainers } from '../../UnstatedUtils';
 import AppContainer from '~/client/services/AppContainer';
 
-interface Props extends WithTranslation {
-}
+type Props = WithTranslation;
 
 class UserGroupDetailPage extends React.Component<Props> {