kaori пре 4 година
родитељ
комит
1392296ca2

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

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