소스 검색

display pageIdSnapshot

Shun Miyazawa 4 년 전
부모
커밋
f15671ee6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/InAppNotification/InAppNotificationElm.tsx

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

@@ -71,7 +71,7 @@ const InAppNotificationElm = (props: Props): JSX.Element => {
   const actionUsers = getActionUsers();
 
   // TODO: 82528 Swap target.path and snapshot.path
-  const pagePath = { path: 'test-page' };
+  const pagePath = { path: notification.pageIdSnapshot };
 
   const actionType: string = notification.action;
   let actionMsg: string;