소스 검색

add comment

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

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

@@ -107,6 +107,7 @@ const InAppNotificationElm = (props: Props): JSX.Element => {
       actionIcon = '';
   }
 
+  // Change the display for each TargetModel
   const RenderPageModelNotification = (): JSX.Element => {
 
     const snapshot = JSON.parse(notification.snapshot);