فهرست منبع

added a todo comment

kaori 4 سال پیش
والد
کامیت
f1223a79ca
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      packages/app/src/components/InAppNotification/InAppNotificationList.tsx

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

@@ -22,6 +22,7 @@ const InAppNotificationList: FC<Props> = (props: Props) => {
     }
     }
   };
   };
 
 
+  // TODO: improve view of loading icon by #80669
   const RenderUnLoadedInAppNotification = (): JSX.Element => {
   const RenderUnLoadedInAppNotification = (): JSX.Element => {
     return (
     return (
       <i className="fa fa-spinner"></i>
       <i className="fa fa-spinner"></i>