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

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

@@ -139,7 +139,7 @@ const InAppNotificationDropdown: FC<Props> = (props: Props) => {
   };
   };
 
 
   const InAppNotificationContents = (): JSX.Element => {
   const InAppNotificationContents = (): JSX.Element => {
-    if (isLoaded === false) {
+    if (!isLoaded) {
       return <RenderUnLoadedInAppNotification />;
       return <RenderUnLoadedInAppNotification />;
     }
     }
     return <RenderInAppNotificationList />;
     return <RenderInAppNotificationList />;