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:
parent
8c8701f8a6
commit
074536d529
@ -129,7 +129,7 @@ function CloseSquare() {
|
||||
);
|
||||
}
|
||||
|
||||
const StyledTreeItem = withStyles((theme) => ({
|
||||
const StyledTreeItem = withStyles(() => ({
|
||||
iconContainer: {
|
||||
"& .close": {
|
||||
opacity: 0.3,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user