浏览代码

clean code

kaori 4 年之前
父节点
当前提交
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;
 
     if (actionUsers.length < 1) {
-    // what is this case?
       return <></>;
     }