瀏覽代碼

fixed bool

kaori 4 年之前
父節點
當前提交
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 {
-    if (isLoaded === true) {
+    if (isLoaded === false) {
       return <RenderUnLoadedInAppNotification />;
     }
     if (notifications.length === 0) {