fix all eslint warnings

This commit is contained in:
Tom
2023-04-25 21:30:10 +02:00
parent 323ec1e6c0
commit 610ea65c67
14 changed files with 144 additions and 83 deletions
@@ -236,6 +236,9 @@ export const StyledModal = styled(Modal)`
span {
color: #333;
}`;
}
default:
return '';
}
}}
`;