Taichi Masuyama 4 年之前
父節點
當前提交
63aa2a7097
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/app/src/components/Admin/UserGroupDetail/UserGroupDetailPage.tsx

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

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