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

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

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