fix plugins menu scrolling, shut up typecript

This commit is contained in:
AAGaming
2022-08-24 20:49:39 -04:00
parent b9a87cd785
commit fe2b6b0283
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -8,7 +8,6 @@ const titleStyles: CSSProperties = {
display: 'flex',
paddingTop: '3px',
paddingRight: '16px',
boxShadow: 'unset',
};
const TitleView: VFC = () => {