소스 검색

fix statussuspendmenuitem eslint error

keigo-h 3 년 전
부모
커밋
908d8c7a2c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/app/src/components/Admin/Users/StatusSuspendMenuItem.tsx

+ 1 - 0
packages/app/src/components/Admin/Users/StatusSuspendMenuItem.tsx

@@ -20,6 +20,7 @@ const SuspendAlert = React.memo((): JSX.Element => {
   );
 });
 
+SuspendAlert.displayName = 'SuspendAlert';
 
 type Props = {
   adminUsersContainer: AdminUsersContainer,