kaori 4 лет назад
Родитель
Сommit
427e8af52e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/InAppNotification/NotificationContent.tsx

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

@@ -13,7 +13,7 @@ interface Props {
 }
 }
 
 
 // const notificationClickHandler = async(notification: IInAppNotification) => {
 // const notificationClickHandler = async(notification: IInAppNotification) => {
-const notificationClickHandler = async(pagePath) => {
+const notificationClickHandler = async(pagePath: string) => {
 
 
   try {
   try {
     // TODO: change notification status read by #80904
     // TODO: change notification status read by #80904