diff options
author | Ajay Ramachandran <[email protected]> | 2020-12-24 12:41:40 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-12-24 12:41:40 -0500 |
commit | 73b81424b1ab6272943242e2e522ce49be710135 (patch) | |
tree | 5a9b58686f7a4e930a20bfe13a506aae5e66aa9b /src/components/NoticeTextSectionComponent.tsx | |
parent | 120642667dabaadd4c38c9d14768f2ff867dfdc1 (diff) | |
parent | bd12ccb6f447c60fe728b6e44cf292ff1ab1dad7 (diff) | |
download | SponsorBlock-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.tsx | 2 |
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 { |