kaori 4 лет назад
Родитель
Сommit
6a9da672e6

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

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