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

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

@@ -134,7 +134,7 @@ const InAppNotificationDropdown: FC = (props) => {
   };
   };
 
 
   function renderInAppNotificationContents(): JSX.Element {
   function renderInAppNotificationContents(): JSX.Element {
-    if (isLoaded === true) {
+    if (isLoaded === false) {
       return <RenderUnLoadedInAppNotification />;
       return <RenderUnLoadedInAppNotification />;
     }
     }
     if (notifications.length === 0) {
     if (notifications.length === 0) {