Browse Source

fix lint err

kaori 4 years ago
parent
commit
a4528ec163

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

@@ -6,7 +6,6 @@ import { PageUpdateNotification, PageCommentNotification } from './NotificationC
 
 interface Props {
   notification: IInAppNotification
-  onClick: any
 }
 
 export const InAppNotification = (props: Props): JSX.Element => {