Shun Miyazawa 4 лет назад
Родитель
Сommit
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 = '';
       actionIcon = '';
   }
   }
 
 
+  // Change the display for each TargetModel
   const RenderPageModelNotification = (): JSX.Element => {
   const RenderPageModelNotification = (): JSX.Element => {
 
 
     const snapshot = JSON.parse(notification.snapshot);
     const snapshot = JSON.parse(notification.snapshot);