aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/NoticeTextSectionComponent.tsx
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-12-24 12:41:40 -0500
committerAjay Ramachandran <[email protected]>2020-12-24 12:41:40 -0500
commit73b81424b1ab6272943242e2e522ce49be710135 (patch)
tree5a9b58686f7a4e930a20bfe13a506aae5e66aa9b /src/components/NoticeTextSectionComponent.tsx
parent120642667dabaadd4c38c9d14768f2ff867dfdc1 (diff)
parentbd12ccb6f447c60fe728b6e44cf292ff1ab1dad7 (diff)
downloadSponsorBlock-73b81424b1ab6272943242e2e522ce49be710135.tar.gz
SponsorBlock-73b81424b1ab6272943242e2e522ce49be710135.zip
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into feat/preview-bar-cleanup
# Conflicts: # src/content.ts # src/js-components/previewBar.ts
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 {