Scroll to category in options page

This commit is contained in:
Ajay Ramachandran
2021-05-11 01:09:01 -04:00
parent 616981a2b7
commit e680099cec
6 changed files with 9 additions and 7 deletions

View File

@@ -12,7 +12,8 @@ export interface SubmissionNoticeProps {
callback: () => unknown;
closeListener: () => void
closeListener: () => void;
smaller: boolean;
}
export interface SubmissionNoticeeState {