소스 검색

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) {