kaori 4 лет назад
Родитель
Сommit
fd5406865c
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/app/src/components/InAppNotification/InAppNotification.tsx

+ 0 - 1
packages/app/src/components/InAppNotification/InAppNotification.tsx

@@ -40,7 +40,6 @@ export const InAppNotification = (props: Props): JSX.Element => {
     const actionUsers = notification.actionUsers;
     const actionUsers = notification.actionUsers;
 
 
     if (actionUsers.length < 1) {
     if (actionUsers.length < 1) {
-    // what is this case?
       return <></>;
       return <></>;
     }
     }