Explorar o código

fix bool jagement style

kaori %!s(int64=4) %!d(string=hai) anos
pai
achega
4e8cf72269

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

@@ -139,7 +139,7 @@ const InAppNotificationDropdown: FC<Props> = (props: Props) => {
   };
 
   const InAppNotificationContents = (): JSX.Element => {
-    if (isLoaded === false) {
+    if (!isLoaded) {
       return <RenderUnLoadedInAppNotification />;
     }
     return <RenderInAppNotificationList />;