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> {