aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/NoticeTextSectionComponent.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/NoticeTextSectionComponent.tsx')
-rw-r--r--src/components/NoticeTextSectionComponent.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/NoticeTextSectionComponent.tsx b/src/components/NoticeTextSectionComponent.tsx
index cbcbb7b2..5e74a1d6 100644
--- a/src/components/NoticeTextSectionComponent.tsx
+++ b/src/components/NoticeTextSectionComponent.tsx
@@ -3,7 +3,7 @@ import * as React from "react";
export interface NoticeTextSelectionProps {
text: string,
idSuffix: string,
- onClick?: (event: React.MouseEvent) => any
+ onClick?: (event: React.MouseEvent) => unknown
}
export interface NoticeTextSelectionState {