fix: lint warning

This commit is contained in:
DiamondThree
2022-12-23 12:01:35 +08:00
parent 262c62a50e
commit 6bf130ab2f
13 changed files with 33 additions and 59 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export const StyledHeaderContainer = styled.div<{ hasWarning: boolean }>(
}
);
export const StyledHeader = styled.div<{ hasWarning: boolean }>(
({ hasWarning, theme }) => {
({ hasWarning }) => {
return {
height: '60px',
width: '100%',