Просмотр исходного кода

Revert "update comment"

This reverts commit 772d316d4ea615b3214853fee1c037b9a3e7c36c.
Shun Miyazawa 4 лет назад
Родитель
Сommit
fbda1003b7

+ 1 - 1
packages/app/src/components/InAppNotification/PageNotification/PageModelNotification.tsx

@@ -29,7 +29,7 @@ const PageModelNotification: FC<Props> = (props: Props) => {
     // set notification status "OPEND"
     apiv3Post('/in-app-notification/open', { id: notification._id });
 
-    // if target page exists jump to the page
+    // jump to target page
     const targetPagePath = notification.target?.path;
     if (targetPagePath != null) {
       window.location.href = targetPagePath;