Bladeren bron

fixed bool

kaori 4 jaren geleden
bovenliggende
commit
d692ddb308
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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) {