1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix linter harder

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-02-01 14:33:37 +03:00
parent 8c8701f8a6
commit 074536d529

View File

@ -129,7 +129,7 @@ function CloseSquare() {
);
}
const StyledTreeItem = withStyles((theme) => ({
const StyledTreeItem = withStyles(() => ({
iconContainer: {
"& .close": {
opacity: 0.3,