Shun Miyazawa 4 rokov pred
rodič
commit
c42971cecb

+ 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);