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

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

@@ -59,7 +59,7 @@ const InAppNotificationPageBody: FC<Props> = (props) => {
 
     return (
       <>
-        {status === 'UNOPENED'
+        {status === InAppNotificationStatuses.STATUS_UNOPENED
       && (
         <div className="mb-2 d-flex justify-content-end">
           <button