kaori 4 лет назад
Родитель
Сommit
1392296ca2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/InAppNotification/InAppNotificationElm.tsx

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

@@ -76,7 +76,7 @@ const InAppNotificationElm = (props: Props): JSX.Element => {
 
 
   const renderNotificationMessage = (): JSX.Element => {
   const renderNotificationMessage = (): JSX.Element => {
     const actionUsers = getActionUsers();
     const actionUsers = getActionUsers();
-    const pagePath = notification.target.path;
+    const pagePath = { path: props.notification.target.path };
 
 
 
 
     return (
     return (